From 358608730b5ba9911e5587b0f1734edc1d7387d7 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 23 Mar 2004 14:05:06 +0000 Subject: 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 --- schedule.ccl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') 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 -- cgit v1.2.3