aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@1bf05452-ddb3-4880-bfa1-00436340132b>2012-07-04 01:28:31 +0000
committereschnett <eschnett@1bf05452-ddb3-4880-bfa1-00436340132b>2012-07-04 01:28:31 +0000
commit3cf27514780e2becff57aa926f7d3412832a6582 (patch)
treeabd89c1a4c49f6d50c65bcfda05536ffe263ba56
parent726ae5d12d095205a5d8a5ce7c965f1f7fe522ca (diff)
Introduce cctk_ash, retire cctk_lssh
Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@33 1bf05452-ddb3-4880-bfa1-00436340132b
-rw-r--r--src/periodic.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/periodic.c b/src/periodic.c
index e347e86..a384e69 100644
--- a/src/periodic.c
+++ b/src/periodic.c
@@ -43,7 +43,6 @@ BndPeriodicVI (CCTK_POINTER_TO_CONST _GH,
assert (!ierr);
assert (group.grouptype == CCTK_GF);
assert (group.disttype == CCTK_DISTRIB_DEFAULT);
- assert (group.stagtype == 0);
int const vartypesize = CCTK_VarTypeSize(group.vartype);
assert (vartypesize>0);
@@ -356,12 +355,10 @@ Periodic_RegisterBC (cGH * restrict const cctkGH)
{
DECLARE_CCTK_PARAMETERS;
- int f;
CCTK_INT handle;
CCTK_INT faces[6];
CCTK_INT width[6];
CCTK_INT ierr;
- CCTK_INT nboundaryzones[6];
CCTK_INT is_internal[6];
CCTK_INT is_staggered[6];
CCTK_INT shiftout[6];