From 2b780aab062c511155a0a83579cdc82375efe5b2 Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 13 Aug 2013 14:56:03 +0000 Subject: 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 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@565 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- schedule.ccl | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3