aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/interface.ccl b/interface.ccl
index a439a9d..1e30d44 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -53,35 +53,35 @@ REQUIRES FUNCTION Boundary_SelectGroupForBC
public:
# For evaltrK
-REAL trace_of_K TYPE = GF TAGS = 'tensortypealias="scalar"'
+REAL trace_of_K TYPE = GF TAGS = 'tensortypealias="scalar" Prolongation="none"'
{
trK
} "trace of extrinsic curvature"
-REAL detofg TYPE = GF TAGS = 'tensortypealias="scalar"'
+REAL detofg TYPE = GF TAGS = 'tensortypealias="scalar" Prolongation="none"'
{
detg
} "determinant of the conformal metric"
# For carttoshpere (p=phi, q=theta)
-REAL spherical_metric TYPE = GF
+REAL spherical_metric TYPE = GF TAGS = 'Prolongation="none"'
{
grr,gqq,gpp,grq,grp,gqp
} "Metric in spherical coordinates"
-REAL spherical_curv TYPE = GF
+REAL spherical_curv TYPE = GF TAGS = 'Prolongation="none"'
{
krr,kqq,kpp,krq,krp,kqp
} "extrinsic curvature in spherical coordinates"
# For the Ricci tensor and scalar
-REAL ricci_tensor TYPE = GF TAGS = 'tensortypealias="dd_sym"'
+REAL ricci_tensor TYPE = GF TIMELEVELS = 3 TAGS = 'tensortypealias="dd_sym" ProlongationParameter="ADMAnalysis::ricci_prolongation_type"'
{
Ricci11, Ricci12, Ricci13, Ricci22, Ricci23, Ricci33
} "Components of the Ricci tensor"
-REAL ricci_scalar TYPE = GF TAGS = 'tensortypealias="scalar"'
+REAL ricci_scalar TYPE = GF TIMELEVELS = 3 TAGS = 'tensortypealias="scalar" ProlongationParameter="ADMAnalysis::ricci_prolongation_type"'
{
Ricci
} "The Ricci scalar"