aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/param.ccl
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2010-10-02 16:53:58 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:33 +0000
commitd03220ad193e13be7e3fea74be259114a1ef067f (patch)
tree1ed5a87956e10e4eec6e880dc4a6bb8e552aabae /Carpet/CarpetIOHDF5/param.ccl
parent8bdaf60ec9f154f4b608c604c9dab69c98c91010 (diff)
CarpetIOHDF5: add option to not output the buffer zones
This is implemented by re-computing the allactive bboxset that dh::regrid computes and outputting only the part of each component that intersects allactive. This changes the number of components since the intersection might be non-rectangular-box.
Diffstat (limited to 'Carpet/CarpetIOHDF5/param.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetIOHDF5/param.ccl b/Carpet/CarpetIOHDF5/param.ccl
index 2054d6918..11a7323e6 100644
--- a/Carpet/CarpetIOHDF5/param.ccl
+++ b/Carpet/CarpetIOHDF5/param.ccl
@@ -372,6 +372,10 @@ BOOLEAN output_boundary_points "Output outer boundary points (assuming that ther
{
} "yes"
+BOOLEAN output_buffer_points "Output refinement buffer points" STEERABLE = ALWAYS
+{
+} "yes"
+
BOOLEAN out3D_ghosts "Output ghost zones (DEPRECATED)" STEERABLE = ALWAYS
{
} "yes"