aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl14
1 files changed, 13 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 792c2bd..ec01397 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,7 +3,7 @@
implements: ADMAnalysis
-inherits: ADMBase, StaticConformal, Grid
+inherits: ADMBase, StaticConformal, Grid, ADMMacros
# For evaltrK
REAL trace_of_K TYPE = GF
@@ -26,3 +26,15 @@ REAL spherical_curv TYPE = GF
{
krr,kqq,kpp,krq,krp,kqp
} "extrinsic curvature in spherical coordinates"
+
+# For the Ricci tensor and scalar
+
+REAL ricci_tensor TYPE = GF
+{
+ Ricci11, Ricci12, Ricci13, Ricci22, Ricci23, Ricci33
+} "Components of the Ricci tensor"
+
+REAL ricci_scalar TYPE = GF
+{
+ Ricci
+} "The Ricci scalar"