aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 363489f..03af59d 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -69,3 +69,11 @@ CCTK_REAL sf_coordinate_descriptors[nsurfaces] TYPE=scalar
sf_origin_theta sf_origin_phi
sf_delta_theta sf_delta_phi
} "Surface coordinate descriptors"
+
+
+
+CCTK_INT sf_shape_descriptors[nsurfaces] TYPE=scalar
+{
+ sf_ntheta sf_nphi
+ sf_nghoststheta sf_nghostsphi
+} "Surface shape descriptors"