aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl18
1 files changed, 13 insertions, 5 deletions
diff --git a/interface.ccl b/interface.ccl
index 9af0506..a677f75 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -49,11 +49,19 @@ CCTK_INT surface_index TYPE=GF TIMELEVELS=1
sc
}
-CCTK_INT surface_counter TYPE=SCALAR
-CCTK_INT points_counter TYPE=SCALAR
-CCTK_INT more_surfaces TYPE=SCALAR
-CCTK_INT more_points TYPE=SCALAR
-CCTK_INT integrate_counter TYPE=SCALAR
+CCTK_INT surface_integers TYPE=SCALAR
+{
+ surface_counter
+ points_counter
+ more_surfaces
+ more_points
+ integrate_counter
+} "Integer variables used in surface integration"
+
+CCTK_REAL surface_reals TYPE=SCALAR
+{
+ sym_factor
+} "Real variables used in surface integration"
CCTK_REAL surface_arrays TYPE=ARRAY DIM=2 TIMELEVELS=1 SIZE=ntheta,nphi GHOSTSIZE=n_array_ghosts,n_array_ghosts DISTRIB=DEFAULT
{