aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2010-05-29 21:14:41 +0000
committereschnett <eschnett@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2010-05-29 21:14:41 +0000
commit79a5f8379f1066f6cc37d47bdcaa3bf0e958dd01 (patch)
treee465af450186cf18b24a9f1f15ce39698ca4e4fc
parentbc4ffa8adec5e1e009f9e7b99d57a44d193a0ce0 (diff)
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
-rw-r--r--schedule.ccl11
1 files changed, 11 insertions, 0 deletions
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"