aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-02-10 18:24:51 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-02-10 18:24:51 +0000
commit3144b24a45f6a6279f83dddb787ee30336f101bc (patch)
tree870605e476b0f0e6a2c976fdfbdb16ea7e8d4d30 /interface.ccl
parent6f5c1c3a019cf4f116874944ed30a5098d5f50d5 (diff)
Added support for figuring out the symmetry of the surface based on the
symmetries of the underlying grid and the location of the surface on the grid. Has been tested for all octant, quadrant and bitant cases I could think of in a simple case, but hasn't been tested in a production run. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@91 2a26948c-0e4f-0410-aee8-f1d3e353619c
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
{