aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhawke <hawke@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-05-14 20:36:38 +0000
committerhawke <hawke@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-05-14 20:36:38 +0000
commit739d9bd8f3bb5c5fb879de192e72cde8cc096117 (patch)
tree0eda97446f572943a315a05b1dd392aefbba41dc /schedule.ccl
parent18485e65a45e3dc05a7f158a6702481dc6fc4c94 (diff)
.ccl files for the Ricci tensor/scalar change.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@7 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
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"