From 1cbc5dec0c5306bcc44559c1f794f23e819c22be Mon Sep 17 00:00:00 2001 From: rhaas Date: Sat, 6 Jul 2013 18:11:25 +0000 Subject: GRHydro: activate storage for Y_e, temperature, entropy when we evolve it From: Roland Haas git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@558 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- schedule.ccl | 3 +++ 1 file changed, 3 insertions(+) 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")) { -- cgit v1.2.3