From 3144b24a45f6a6279f83dddb787ee30336f101bc Mon Sep 17 00:00:00 2001 From: diener Date: Mon, 10 Feb 2003 18:24:51 +0000 Subject: 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 --- interface.ccl | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'interface.ccl') 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 { -- cgit v1.2.3