aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:11:25 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:11:25 +0000
commit1cbc5dec0c5306bcc44559c1f794f23e819c22be (patch)
tree4e2a60adff3d7047bda10cc67aadafc7587f708f
parent34293db7d9a42b672944a2dd2a4ac808de805ff7 (diff)
GRHydro: activate storage for Y_e, temperature, entropy when we evolve it
From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@558 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--schedule.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index bf4ec6e..5e2b178 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -60,10 +60,13 @@ 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
+ STORAGE: HydroBase::Y_e[timelevels]
}
if(CCTK_Equals(temperature_evolution_method,"GRHydro"))
{
STORAGE: tempplus, tempminus
+ STORAGE: HydroBase::temperature[timelevels]
+ STORAGE: HydroBase::entropy[timelevels]
}
if(CCTK_Equals(Bvec_evolution_method,"GRHydro"))
{