aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-04-27 10:23:24 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:48 +0000
commit8352d38d2e56fb581b41e1997c536904a3594505 (patch)
treea7f4b31584ce6cbe78d58c8b0ce1e88123bdbed3 /Carpet/CarpetRegrid2/param.ccl
parenta412f02d6591af00d4765f1da8a32506e98f1f62 (diff)
CarpetRegrid2: Correct regridding for cell centering
Correct errors for cell centered grids Correct snap_to_coarse Introduce veryverbose parameter
Diffstat (limited to 'Carpet/CarpetRegrid2/param.ccl')
-rw-r--r--Carpet/CarpetRegrid2/param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetRegrid2/param.ccl b/Carpet/CarpetRegrid2/param.ccl
index c87da7a8f..46bd9f6c2 100644
--- a/Carpet/CarpetRegrid2/param.ccl
+++ b/Carpet/CarpetRegrid2/param.ccl
@@ -4,6 +4,10 @@ BOOLEAN verbose "Display regridding information on the terminal" STEERABLE=alway
{
} "no"
+BOOLEAN veryverbose "Display much regridding information on the terminal" STEERABLE=always
+{
+} "no"
+
CCTK_INT min_distance "Minimum distance (in grid points) between coarse and fine grid boundaries" STEERABLE=always