[Commits] [svn:einsteintoolkit] ADMBase/trunk/ (Rev. 54)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Sat May 29 16:14:42 CDT 2010


User: eschnett
Date: 2010/05/29 04:14 PM

Modified:
 /trunk/
  schedule.ccl

Log:
 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.

File Changes:

Directory: /trunk/
==================

File [modified]: schedule.ccl
Delta lines: +11 -0
===================================================================
--- trunk/schedule.ccl	2010-01-23 22:04:37 UTC (rev 53)
+++ trunk/schedule.ccl	2010-05-29 21:14:41 UTC (rev 54)
@@ -226,3 +226,14 @@
   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"



More information about the Commits mailing list