[Commits] [svn:einsteintoolkit] Exact/trunk/ (Rev. 289)
rhaas at tapir.caltech.edu
rhaas at tapir.caltech.edu
Fri Feb 15 22:28:29 CST 2013
User: rhaas
Date: 2013/02/15 10:28 PM
Modified:
/trunk/
schedule.ccl
Log:
exlicitly schedule before ADMBase_SetADMVars in MoL_PostStep
File Changes:
Directory: /trunk/
==================
File [modified]: schedule.ccl
Delta lines: +2 -2
===================================================================
--- trunk/schedule.ccl 2013-01-17 17:03:58 UTC (rev 288)
+++ trunk/schedule.ccl 2013-02-16 04:28:28 UTC (rev 289)
@@ -89,7 +89,7 @@
} "Set evolution lapse and/or shift from exact solution on a trivial slice"
# Necessary if MoL is used
- schedule Exact__gauge in MoL_PostStep
+ schedule Exact__gauge in MoL_PostStep BEFORE ADMBase_SetADMVars
{
LANG: Fortran
} "Set evolution lapse and/or shift from exact solution on a trivial slice"
@@ -133,7 +133,7 @@
LANG: Fortran
} "Set data from exact solution on an exact slice"
# Necessary if MoL is used
- schedule Exact__initialize in MoL_PostStep
+ schedule Exact__initialize in MoL_PostStep BEFORE ADMBase_SetADMVars
{
LANG: Fortran
} "Set data from exact solution on an exact slice"
More information about the Commits
mailing list