aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 6d97591..b432be3 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -6,6 +6,8 @@ implements: cartoon2d
INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h
INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h
+USES INCLUDE: SpaceMask.h
+
# Function aliases:
CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name)
@@ -67,3 +69,14 @@ CCTK_INT FUNCTION Boundary_SelectedGVs(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT ARRAY OUT faces, CCTK_INT ARRAY OUT boundary_widths, \
CCTK_INT ARRAY OUT table_handles, CCTK_STRING IN bc_name)
REQUIRES FUNCTION Boundary_SelectedGVs
+
+private:
+
+int excision_variables type=SCALAR
+{
+ excision_active
+ old_mask_vi
+ new_mask_vi
+ new_excision_field
+ new_excision_descriptor
+} "Internal variables to store information about excision"