aboutsummaryrefslogtreecommitdiff
path: root/src/GRHydro_Con2Prim.F90
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-02-11 16:30:06 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-02-11 16:30:06 +0000
commita2508f3d268c2abf4fab3eeb6e553508d32a0436 (patch)
treecd1ec9efe5c8e27c9f866f4a0b78d42e1c20bd0c /src/GRHydro_Con2Prim.F90
parentb770b656fbd9926096a99da9b72dc39c44a4fcf9 (diff)
* add option to reconstruct temperature to GRHydro
This does not yet work with the MHD part of the code, but Philipp is going to change this. * Improve TOVSolverHot; in particular, give functions unique names to avoid duplicate symbols with TOVSolverC From: Christian Ott <cott@bethe.tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@473 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/GRHydro_Con2Prim.F90')
-rw-r--r--src/GRHydro_Con2Prim.F906
1 files changed, 5 insertions, 1 deletions
diff --git a/src/GRHydro_Con2Prim.F90 b/src/GRHydro_Con2Prim.F90
index 81afb02..b1e4c5f 100644
--- a/src/GRHydro_Con2Prim.F90
+++ b/src/GRHydro_Con2Prim.F90
@@ -307,7 +307,11 @@ subroutine Conservative2Primitive(CCTK_ARGUMENTS)
end if
-#if 1
+#if 0
+ ! cott, 2013/01/09: disabled this for the time being; should be taken
+ ! care of by other fixed in C2P and reconstruction of temperature.
+ !
+ ! old justification:
! this is needed in the current implementation of refluxing -- in this implementation,
! the entire correction is applied to the coarse grid cell.
! This leads to the cell getting too cold.