aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 0bc95ec..59a1cfc 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -27,3 +27,10 @@ SCHEDULE ADMAnalysis_CurvCartToSphere AT CCTK_ANALYSIS
LANG: C
TRIGGERS: spherical_curv
} "Calculate the spherical ex. curvature in r, theta(q), phi(p)"
+
+SCHEDULE ADMAnalysis_Ricci AT CCTK_ANALYSIS
+{
+ STORAGE: ricci_tensor, ricci_scalar, detofg
+ LANG:C
+ TRIGGERS: ricci_tensor, ricci_scalar
+} "Calculation of the Ricci tensor"