From a1c0c8b6bac499520696f5ba68be4ccc793d7d6e Mon Sep 17 00:00:00 2001 From: rhaas Date: Mon, 17 Sep 2012 16:27:17 +0000 Subject: GRHydro and GRHydro_InitData: Tmunu requires storage since 454e99d6a717. Since commit 454e99d6a717433c523ec7074302fc1fc7c01dbe it is not possible to run SRMHD tests anymore without assigning storage to Tmunu. This commit change changes advectedloop3D.par to reflect that and suggests a possible solution in GRHydro/src/GRHydro_RegisterVars.cc. This solution doesn't work yet due to inadequate scheduling. A trac ticket will be filed soon to discuss this issue more broadly. From: Bruno Coutinho Mundim git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@160 ac85fae7-cede-4708-beff-ae01c7fa1c26 --- par/advectedloop3D.par | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'par') diff --git a/par/advectedloop3D.par b/par/advectedloop3D.par index 4484d5a..7976054 100644 --- a/par/advectedloop3D.par +++ b/par/advectedloop3D.par @@ -200,11 +200,12 @@ GRHydro::initial_Gamma = 1.666666666666667 # Numerics: #---------- -#TmunuBase::stress_energy_storage = "yes" +TmunuBase::stress_energy_storage = "yes" #TmunuBase::stress_energy_at_RHS = "no" -#TmunuBase::timelevels = 1 -#TmunuBase::prolongation_type = "none" -#TmunuBase::support_old_CalcTmunu_mechanism = "no" +TmunuBase::stress_energy_at_RHS = "yes" +TmunuBase::timelevels = 1 +TmunuBase::prolongation_type = "none" +TmunuBase::support_old_CalcTmunu_mechanism = "no" HydroBase::timelevels = 2 #HydroBase::timelevels = 3 -- cgit v1.2.3