aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2004-03-23 14:05:06 +0000
committerschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2004-03-23 14:05:06 +0000
commit358608730b5ba9911e5587b0f1734edc1d7387d7 (patch)
treece76bd80811a81c753ddf001bc5bb448f4a8592e
parent08326b02812dd834632f001289932aef8d766caa (diff)
Synchronise grid functions, and schedule routines in the correct mode
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@31 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
-rw-r--r--schedule.ccl5
1 files changed, 4 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index abe7788..6dafa02 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,11 +4,13 @@
SCHEDULE ADMAnalysis_ParamCheck AT CCTK_PARAMCHECK
{
LANG: C
+ OPTIONS: global
} "Check that the metric_type is recognised"
-SCHEDULE ADMAnalysis_RegisterSymmetry AT CCTK_BASEGRID
+SCHEDULE ADMAnalysis_RegisterSymmetry AT CCTK_WRAGH
{
LANG: C
+ OPTIONS: global
} "Register symmetry of Ricci tensor and scalar"
@@ -46,6 +48,7 @@ schedule group RicciGroup at CCTK_ANALYSIS
SCHEDULE ADMAnalysis_Ricci in RicciGroup
{
LANG: C
+ SYNC: ricci_tensor, ricci_scalar
} "Calculation of the Ricci tensor"
schedule GROUP ApplyBCs as ADMAnalysis_ApplyBCs in RicciGroup after ADMAnalysis_Ricci