aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-07-03 21:33:41 -0400
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:28 +0100
commite8a3a2b23f413d1f4aa4484fd0d3dbd4152d4d58 (patch)
tree7e2230d103d2ab48dfc469f4ed60a7bd2d42a522 /Carpet/CarpetInterp
parentc6346d4090f31df49983a3aa4dcb97a6077f95e2 (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.
Diffstat (limited to 'Carpet/CarpetInterp')
-rw-r--r--Carpet/CarpetInterp/src/interp.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index 77e4fb4cb..3418a932c 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -250,11 +250,6 @@ namespace CarpetInterp {
"input array variable %d is not of type CCTK_GF or "
"CCTK_ARRY", n);
}
- if (CCTK_GroupStaggerIndexGI (group) != 0) {
- CCTK_VWarn (CCTK_WARN_ABORT, __LINE__, __FILE__, CCTK_THORNSTRING,
- "interpolation of staggered input array variable %d "
- "is not supported", n);
- }
if (coord_group < 0) {
coord_group = group;
CCTK_GroupDynamicData (cctkGH, coord_group, &coord_group_data);