aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-08-13 14:56:03 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-08-13 14:56:03 +0000
commit2b780aab062c511155a0a83579cdc82375efe5b2 (patch)
treeceb099dc1bc93aae040cb8b520fb80a917a6243d
parente62d8f40aea0e8146e69f78927bd1b0f7a8b81ba (diff)
GRHydro: explicitly recompute SqrtDetg after RECOVERY
this is usually not required, unless MoL_run_MoL_PostStep_in_PostRecoverVariables is set to false. From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@565 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3e53386..5361c4b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1084,6 +1084,11 @@ schedule GRHydro_SqrtSpatialDeterminant IN HydroBase_Con2Prim BEFORE Con2Prim IF
LANG: Fortran
} "Calculate sdetg"
+schedule GRHydro_SqrtSpatialDeterminant AT CCTK_POST_RECOVER_VARIABLES
+{
+ LANG: Fortran
+} "Calculate sdetg"
+
#debug
###schedule GRHydro_Debug IN HydroBase_PostStep