aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2005-01-03 17:00:08 +0000
committerschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2005-01-03 17:00:08 +0000
commit5d364d9152c1bc46e36c904f54b55d0f71d388bb (patch)
tree68b1aa1d646eb991e9858646fd374f8b63ea0c42 /interface.ccl
parent451d82e92c0763e8672ca0e077acb513157112db (diff)
Copy the parameters ntheta, nphi, nghoststheta, and nghostsphi into
grid functions with the same name, but with an "sf_" prefix. This makes it easy to output these parameters, which is necessary for visualisation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@17 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
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"