[Commits] [svn:einsteintoolkit] GRHydro_InitData/trunk/par/ (Rev. 160)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Mon Sep 17 11:27:17 CDT 2012


User: rhaas
Date: 2012/09/17 11:27 AM

Modified:
 /trunk/par/
  advectedloop3D.par

Log:
 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 at astro.rit.edu>

File Changes:

Directory: /trunk/par/
======================

File [modified]: advectedloop3D.par
Delta lines: +5 -4
===================================================================
--- trunk/par/advectedloop3D.par	2012-09-17 16:27:12 UTC (rev 159)
+++ trunk/par/advectedloop3D.par	2012-09-17 16:27:17 UTC (rev 160)
@@ -200,11 +200,12 @@
 # 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



More information about the Commits mailing list