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 --- schedule.ccl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index fb017da..013ed60 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -61,6 +61,10 @@ if(CCTK_Equals(Y_e_evolution_method,"GRHydro")) STORAGE: Y_e_con[timelevels] STORAGE: Y_e_con_rhs, Y_e_con_flux, Y_e_plus, Y_e_minus } +if(CCTK_Equals(temperature_evolution_method,"GRHydro")) +{ + STORAGE: tempplus, tempminus +} if(CCTK_Equals(Bvec_evolution_method,"GRHydro")) { STORAGE: HydroBase::Bvec[timelevels] -- cgit v1.2.3