From a2508f3d268c2abf4fab3eeb6e553508d32a0436 Mon Sep 17 00:00:00 2001 From: rhaas Date: Mon, 11 Feb 2013 16:30:06 +0000 Subject: * 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 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@473 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- src/GRHydro_Con2Prim.F90 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/GRHydro_Con2Prim.F90') 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. -- cgit v1.2.3