aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2010-01-11 18:01:33 +0000
committerschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2010-01-11 18:01:33 +0000
commit58ae84d79f4a39cab0af52df29d75621117256a3 (patch)
tree8f16decf7f83d1a9a501e7b11cb966c972d476f2
parent11c1d2bf168ded3b7715c7dc4301a5f71551a98f (diff)
Recalculate constraints after recovery
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@143 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
-rw-r--r--schedule.ccl11
1 files changed, 7 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 909aec0..7a1204b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,6 +1,5 @@
-# Make sure there is storage for the conformal state flag
-# so we can use it irrespective of metric_type
-storage: conformal_state
+# Schedule definitions for thorn ADMConstraints
+# $Header$
schedule ADMConstraints_ParamCheck at CCTK_PARAMCHECK
{
@@ -38,10 +37,14 @@ if (constraints_persist)
{
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
+ schedule GROUP ADMConstraintsGroup at CCTK_POST_RECOVER_VARIABLES after (MoL_PostStep MoL_PostInitial)
+ {
+ } "Evaluate ADM constraints, and perform symmetry boundary conditions"
+
schedule GROUP ADMConstraintsGroup at CCTK_EVOL after MoL_Evolution
{
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
-
+
schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTREGRID after MoL_PostStep
{
} "Set ADM constraints on the boundary"