aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl10
1 files changed, 7 insertions, 3 deletions
diff --git a/interface.ccl b/interface.ccl
index d543c91..06197d8 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -24,13 +24,17 @@ CCTK_REAL dlevel_set type=GF TimeLevels=1
dfx, dfy, dfz, dfsq
} "Derivatives of the level set function"
-CCTK_REAL ftmp type=GF TimeLevels=1
+CCTK_REAL ftmp_set type=GF TimeLevels=1
+{
+ ftmp, sftmp
+} "temporary variables used in pde re-parametrization"
CCTK_INT eh_mask_all type=GF TimeLevels=1
{
eh_mask, tm_mask
} "Masks to define active cells"
-CCTK_REAL rep_mask type=GF TimeLevels=1
+CCTK_INT rep_mask type=GF TimeLevels=1
-CCTK_INT re_param_control type=SCALAR
+CCTK_INT re_param_control_pde type=SCALAR
+CCTK_INT re_param_control_approx type=SCALAR