From 79a5f8379f1066f6cc37d47bdcaa3bf0e958dd01 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 29 May 2010 21:14:41 +0000 Subject: Define a schedule group ADMBase_SetADMVars in ADMBase, and schedule it in MoL_PostStep. The ADM variables have to be set before this group, and they may only be used afterwards. This correct recovery problem with GRHydro and McLachlan. This group was already used by HydroBase and McLachlan, but was not defined in ADMBase. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@54 d576a68a-b34a-40ae-82fc-004fa1a9d16f --- schedule.ccl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/schedule.ccl b/schedule.ccl index 328479d..2cba4d8 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -226,3 +226,14 @@ schedule Einstein_InitSymBound at CCTK_WRAGH LANG: C OPTIONS: global } "Set up GF symmetries" + + + +# TODO: Rename this group to "ADMBase_HaveBeenSet"? +SCHEDULE GROUP ADMBase_SetADMVars IN MoL_PostStep +{ +} "Set the ADM variables before this group, and use them afterwards" + +SCHEDULE GROUP ADMBase_SetADMVars IN MoL_PseudoEvolution +{ +} "Set the ADM variables before this group, and use them afterwards" -- cgit v1.2.3