[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 562)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Mon Jul 15 17:33:13 CDT 2013


User: rhaas
Date: 2013/07/15 05:33 PM

Modified:
 /trunk/
  schedule.ccl

Log:
 GRHydro: always set up SqrtDetg GF in INITIAL
 
 rather than only when evolution_method == "GRHydro" so that ID only runs
 (or static) runs can use InitialAtmosphereReset
 
 From: Roland Haas <rhaas at tapir.caltech.edu>

File Changes:

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

File [modified]: schedule.ccl
Delta lines: +5 -5
===================================================================
--- trunk/schedule.ccl	2013-07-07 20:58:28 UTC (rev 561)
+++ trunk/schedule.ccl	2013-07-15 22:33:13 UTC (rev 562)
@@ -383,6 +383,11 @@
 }
 
 
+schedule GRHydro_SqrtSpatialDeterminant AT CCTK_INITIAL AFTER (HydroBase_Initial,GRHydroTransformADMToLocalBasis) BEFORE HydroBase_Prim2ConInitial
+{
+  LANG: Fortran
+} "Calculate sdetg"
+
 if(CCTK_Equals(Bvec_evolution_method,"GRHydro"))
 {
 
@@ -1079,12 +1084,7 @@
   LANG: Fortran
 } "Calculate sdetg"
 
-schedule GRHydro_SqrtSpatialDeterminant AT CCTK_INITIAL AFTER (HydroBase_Initial,GRHydroTransformADMToLocalBasis) BEFORE HydroBase_Prim2ConInitial
-{
-  LANG: Fortran
-} "Calculate sdetg"
 
-
 #debug
 ###schedule GRHydro_Debug IN HydroBase_PostStep
 ###{



More information about the Commits mailing list