-
- Downloads
Merge branch 'feature/galerkin-threaded' into 'master'
Threading of GalerkinOperator. See merge request !34 (cherry picked from commit fcb688d6) 98c72cdc [cleanup][ThreadHandle] Renamed to ThreadPool and moved to dune-fem. 0b78e431 [cleanup] remove duplicate parameters 8e9e5d0d [feature][Vortex] Added isentropic vortex case. 96a7e256 [bugfix][Passes] Rerun in single thread mode when SingleThreadModeError b376b9c1 [cleanup][Euler] Enable limited operator by default and set sod as ab59be73 Added OMP_NUM_THREAD to chem test. 5af6db1d [cleanup] Remove warnings and increase timeout. e7e7edbb [feature][ThreadPass] allow to use flexible number of threads. 7a2e0733 add a 'default' for the threading parameter in the dg operator which turns... 92e68922 adapt code to moving threadmanager/pool to mpimanager - setting the max thread... 99db4d58 Set periodic bnd conditions in y-direction to avoid bnd errors. dbe8af02 [bugfix][build-script] Enable shared libs by default. d31cf80c [cleanup][ThreadPass] isMaster --> isMainThread. de827914 [cleanup][Python] .grid --> .gridView ebd1f6e6 Merge branch 'master' into feature/galerkin-threaded
parent
6f0ac8a4
No related branches found
No related tags found
Showing
- dune/fem-dg/algorithm/evolution.hh 1 addition, 0 deletionsdune/fem-dg/algorithm/evolution.hh
- dune/fem-dg/examples/dataio/checkpointing.hh 13 additions, 4 deletionsdune/fem-dg/examples/dataio/checkpointing.hh
- dune/fem-dg/examples/euler/algorithmcreator.hh 3 additions, 2 deletionsdune/fem-dg/examples/euler/algorithmcreator.hh
- dune/fem-dg/examples/euler/problems.hh 3 additions, 1 deletiondune/fem-dg/examples/euler/problems.hh
- dune/fem-dg/examples/euler/problems/problems.hh 64 additions, 0 deletionsdune/fem-dg/examples/euler/problems/problems.hh
- dune/fem-dg/examples/euler/test/parameters/euler 9 additions, 10 deletionsdune/fem-dg/examples/euler/test/parameters/euler
- dune/fem-dg/examples/grids/grid2d_str1d.dgf 7 additions, 7 deletionsdune/fem-dg/examples/grids/grid2d_str1d.dgf
- dune/fem-dg/examples/grids/unitcube2_per.dgf 7 additions, 7 deletionsdune/fem-dg/examples/grids/unitcube2_per.dgf
- dune/fem-dg/misc/diagnostics.hh 1 addition, 2 deletionsdune/fem-dg/misc/diagnostics.hh
- dune/fem-dg/misc/interpolatethreaded.hh 11 additions, 5 deletionsdune/fem-dg/misc/interpolatethreaded.hh
- dune/fem-dg/misc/simulator.hh 10 additions, 8 deletionsdune/fem-dg/misc/simulator.hh
- dune/fem-dg/operator/adaptation/adaptation.hh 2 additions, 2 deletionsdune/fem-dg/operator/adaptation/adaptation.hh
- dune/fem-dg/operator/limiter/limitpass.hh 2 additions, 41 deletionsdune/fem-dg/operator/limiter/limitpass.hh
- dune/fem-dg/operator/limiter/scalinglimitpass.hh 0 additions, 17 deletionsdune/fem-dg/operator/limiter/scalinglimitpass.hh
- dune/fem-dg/pass/dginversemass.hh 0 additions, 14 deletionsdune/fem-dg/pass/dginversemass.hh
- dune/fem-dg/pass/dgmasspass.hh 7 additions, 22 deletionsdune/fem-dg/pass/dgmasspass.hh
- dune/fem-dg/pass/dgpass.hh 0 additions, 25 deletionsdune/fem-dg/pass/dgpass.hh
- dune/fem-dg/pass/pass.hh 0 additions, 62 deletionsdune/fem-dg/pass/pass.hh
- dune/fem-dg/pass/threadhandle.hh 7 additions, 363 deletionsdune/fem-dg/pass/threadhandle.hh
- dune/fem-dg/pass/threadpass.hh 56 additions, 54 deletionsdune/fem-dg/pass/threadpass.hh
Loading
Please register or sign in to comment