aboutsummaryrefslogtreecommitdiff
path: root/src/GRHydro_Prim2Con.c
Commit message (Collapse)AuthorAge
* GRHydro: Templated Prim2Con version and related changes in various places.rhaas2014-04-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@640 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* GRHydro: make routine to compute speed of sound callable from F90 MHD p2crhaas2014-04-15
| | | | | | | the code is long and complicated enough that it should better not be copied and pasted. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@633 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* GRHydro: compute pressure in prim2con only where neededrhaas2014-04-15
| | | | | | | | | | | * change Prim2Con handling for realistic EOS: now compute pressure and cs2 only where really needed (saves some EOS calls and fixes issue with initialization with "save" values in Reconstruction") * may be useful to still set save values *everywhere* via memcopy in reconstruct rather than call TrivalReconstruct. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@606 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* GRHydro: start changes for improved EOS and HLLE handlingrhaas2014-04-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@605 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* GRHydro: change prim2con EOS calls to calls for x-slicesrhaas2014-04-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@604 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* GRHydro: avoid allocating large arrays on the stackrhaas2013-08-13
| | | | | | From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@568 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
* GRHydro: re-implement prim2con routine in Crhaas2013-07-06
* new experimental prim2con routine that is about twice as fast as the old one. * Right now tested only for simple EOS. * Right now handles only prim2con call after reconstruction and must be enabled by changing comments in GRHydro_Reconstruct.F90 * remove duplicate code in all reconstruction *_drv.F90 routines and just have the initialization of plus and minus variables in the main GRHydro_Reconstruct.F90 routine From: Christian Ott <cott@bethe.tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@556 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45