aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrideout <rideout@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-07-31 08:26:31 +0000
committerrideout <rideout@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-07-31 08:26:31 +0000
commit24e70272e83e7c2d0f7d482a7303974a15ae39b5 (patch)
tree305ad8cd268a4983c47f9afd844f74821f6cf9b0 /schedule.ccl
parentde3c11bf0308f78efc8c89ab33df96b3cfe44efc (diff)
Register symmetries of Ricci.
Apply symmetry and flat boundary conditions to Ricci. Added testsuite for Ricci output. Fixes CactusEinstein/1165. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@14 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 7 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 59a1cfc..9f119ce 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,9 +3,14 @@
SCHEDULE ADMAnalysis_ParamCheck AT CCTK_PARAMCHECK
{
- LANG:C
+ LANG: C
} "Check that the metric_type is recognised"
+SCHEDULE ADMAnalysis_RegisterSymmetry AT CCTK_BASEGRID
+{
+ LANG: C
+} "Register symmetry of Ricci tensor and scalar"
+
SCHEDULE ADMAnalysis_EvaltrK AT CCTK_ANALYSIS
{
@@ -31,6 +36,6 @@ SCHEDULE ADMAnalysis_CurvCartToSphere AT CCTK_ANALYSIS
SCHEDULE ADMAnalysis_Ricci AT CCTK_ANALYSIS
{
STORAGE: ricci_tensor, ricci_scalar, detofg
- LANG:C
+ LANG: C
TRIGGERS: ricci_tensor, ricci_scalar
} "Calculation of the Ricci tensor"