aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-17 16:27:17 +0000
committerrhaas <rhaas@ac85fae7-cede-4708-beff-ae01c7fa1c26>2012-09-17 16:27:17 +0000
commita1c0c8b6bac499520696f5ba68be4ccc793d7d6e (patch)
treeefbb6a071b9430bf8ff68747b916ed38d58b55aa /par
parent6c7247ed9d136e31e136bbb939eac440c9da0c41 (diff)
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 <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@160 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'par')
-rw-r--r--par/advectedloop3D.par9
1 files changed, 5 insertions, 4 deletions
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