aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'ML_BSSN/interface.ccl')
-rw-r--r--ML_BSSN/interface.ccl9
1 files changed, 6 insertions, 3 deletions
diff --git a/ML_BSSN/interface.ccl b/ML_BSSN/interface.ccl
index 822e78b..3d66fde 100644
--- a/ML_BSSN/interface.ccl
+++ b/ML_BSSN/interface.ccl
@@ -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
@@ -95,10 +98,10 @@ CCTK_REAL ML_Xtdot type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0
} "ML_Xtdot"
public:
-CCTK_REAL ML_phidot type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_beta_term type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
{
- phidot
-} "ML_phidot"
+ beta_term
+} "ML_beta_term"
public:
CCTK_REAL ML_shift type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0'