aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2004-01-19 09:51:38 +0000
committerschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2004-01-19 09:51:38 +0000
commitc4cab6b27a13e0116191520bf4d4c240cf637cc4 (patch)
tree0aedd417d1dad1afb2a4a45ba7038a617286856f
parentbbf014ef5e579df4974794c9e2e72dc0536d540a (diff)
Allow public access to the surface shapes.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@4 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
-rw-r--r--interface.ccl2
-rw-r--r--param.ccl4
2 files changed, 1 insertions, 5 deletions
diff --git a/interface.ccl b/interface.ccl
index 2e8ccbc..e49b5ad 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -31,7 +31,7 @@ CCTK_REAL sf_info[nsurfaces] TYPE=scalar
-CCTK_REAL sf_radius[nsurfaces] TYPE=array DIM=2 SIZE=maxntheta,maxnphi DISTRIB=constant
+CCTK_REAL sf_radius[nsurfaces] TYPE=array DIM=2 SIZE=maxntheta,maxnphi DISTRIB=constant TAGS='convergence_power=1'
CCTK_REAL sf_origin[nsurfaces] TYPE=scalar
{
diff --git a/param.ccl b/param.ccl
index 00ddf73..477a56b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -14,8 +14,6 @@ CCTK_INT nsurfaces "Number of surfaces"
-PRIVATE:
-
CCTK_INT nghoststheta "Number of ghost zones in the theta direction"
{
0:* :: ""
@@ -44,8 +42,6 @@ CCTK_INT maxnphi "do not set this parameter directly" ACCUMULATOR=((x>y)*x+!(x>y
-RESTRICTED:
-
CCTK_INT ntheta[42] "Number of grid points in the theta direction"
{
0:* :: "must be at least 3*nghoststheta"