From 4522ab557430b09278d8f59d170a3b307e87e7be Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 10 Feb 2004 11:12:38 +0000 Subject: Do not add ghost zones to the surfaces -- they are DISTRIB=constant. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@8 40f6ab95-0e4f-0410-8daa-ee8d7420be1d --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index 6dbe353..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 GHOSTSIZE=maxnghoststheta,maxnghostsphi DISTRIB=constant TAGS='convergence_power=1' +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 { -- cgit v1.2.3