aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 10 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9f119ce..52cadac 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -33,9 +33,17 @@ SCHEDULE ADMAnalysis_CurvCartToSphere AT CCTK_ANALYSIS
TRIGGERS: spherical_curv
} "Calculate the spherical ex. curvature in r, theta(q), phi(p)"
-SCHEDULE ADMAnalysis_Ricci AT CCTK_ANALYSIS
+schedule group RicciGroup at CCTK_ANALYSIS
{
STORAGE: ricci_tensor, ricci_scalar, detofg
- LANG: C
TRIGGERS: ricci_tensor, ricci_scalar
+} "Calculate Ricci tensor, with boundary conditions"
+
+SCHEDULE ADMAnalysis_Ricci in RicciGroup
+{
+ LANG: C
} "Calculation of the Ricci tensor"
+
+schedule GROUP ApplyBCs as ADMAnalysis_ApplyBCs in RicciGroup after ADMAnalysis_Ricci
+{
+} "Apply boundary conditions"