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 --- interface.ccl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 0d67929..301c4c3 100644 --- a/interface.ccl +++ b/interface.ccl @@ -640,6 +640,8 @@ real Y_e_con_flux TYPE=GF tags='Prolongation="None" checkpoint="no"' "Flux for t private: real Y_e_plus TYPE=GF tags='Prolongation="None" checkpoint="no"' "Plus state for the electron fraction" real Y_e_minus TYPE=GF tags='Prolongation="None" checkpoint="no"' "Minus state for the electron fraction" +real tempplus TYPE=GF tags='Prolongation="None" checkpoint="no"' "Plus state for the temperature" +real tempminus TYPE=GF tags='Prolongation="None" checkpoint="no"' "Minus state for the temperature" real GRHydro_tracer_rhs[number_of_tracers] TYPE=GF tags='Prolongation="None" checkpoint="no"' { -- cgit v1.2.3