aboutsummaryrefslogtreecommitdiff
path: root/ML_CCZ4/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'ML_CCZ4/interface.ccl')
-rw-r--r--ML_CCZ4/interface.ccl54
1 files changed, 44 insertions, 10 deletions
diff --git a/ML_CCZ4/interface.ccl b/ML_CCZ4/interface.ccl
index 6126dce..8ce5709 100644
--- a/ML_CCZ4/interface.ccl
+++ b/ML_CCZ4/interface.ccl
@@ -2,7 +2,7 @@
implements: ML_CCZ4
-inherits: ADMBase Boundary GenericFD Grid TmunuBase
+inherits: ADMBase Boundary GenericFD Grid QuasiMaximalSlicing TmunuBase
@@ -15,6 +15,9 @@ USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
+CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN Index)
+USES FUNCTION MoLRegisterConstrained
+
SUBROUTINE Diff_coeff(CCTK_POINTER_TO_CONST IN cctkGH, CCTK_INT IN dir, CCTK_INT IN nsize, CCTK_INT OUT ARRAY imin, CCTK_INT OUT ARRAY imax, CCTK_REAL OUT ARRAY q, CCTK_INT IN table_handle)
USES FUNCTION Diff_coeff
@@ -76,10 +79,29 @@ CCTK_REAL ML_lapse type=GF timelevels=3 tags='tensortypealias="Scalar" tensorwei
} "ML_lapse"
public:
-CCTK_REAL ML_dtlapse type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_Kdot type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0'
+{
+ Kdot11,
+ Kdot12,
+ Kdot13,
+ Kdot22,
+ Kdot23,
+ Kdot33
+} "ML_Kdot"
+
+public:
+CCTK_REAL ML_Xtdot type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0'
+{
+ Xtdot1,
+ Xtdot2,
+ Xtdot3
+} "ML_Xtdot"
+
+public:
+CCTK_REAL ML_beta_term type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
{
- A
-} "ML_dtlapse"
+ beta_term
+} "ML_beta_term"
public:
CCTK_REAL ML_shift type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0'
@@ -118,6 +140,24 @@ CCTK_REAL ML_mom type=GF timelevels=1 tags='tensortypealias="D" tensorweight=0'
} "ML_mom"
public:
+CCTK_REAL ML_term1 type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0'
+{
+ term1
+} "ML_term1"
+
+public:
+CCTK_REAL ML_term2 type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0'
+{
+ term2
+} "ML_term2"
+
+public:
+CCTK_REAL ML_term3 type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0'
+{
+ term3
+} "ML_term3"
+
+public:
CCTK_REAL ML_cons_detg type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=2'
{
cS
@@ -149,12 +189,6 @@ CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorw
} "ML_curvrhs"
public:
-CCTK_REAL ML_dtlapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
-{
- Arhs
-} "ML_dtlapserhs"
-
-public:
CCTK_REAL ML_dtshiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0 Prolongation="None"'
{
B1rhs,