aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-15 22:33:13 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-15 22:33:13 +0000
commit20b2e16a247a54b7d0ef98ed929f2fded99a9615 (patch)
tree3958ce899e28954bbad73c0020170bc31d7635ad
parent7492f9ea7459f0af024091fea350b6cdb5763f7c (diff)
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@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@562 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--schedule.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5e2b178..6bcf4d4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -383,6 +383,11 @@ else if (CCTK_IsThornActive("Carpet"))
}
+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,11 +1084,6 @@ schedule GRHydro_SqrtSpatialDeterminant IN HydroBase_Con2Prim BEFORE Con2Prim IF
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