aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-05-08 15:43:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-05-08 15:43:00 +0000
commit0efdd8c1f954fdf58e6d8dfdac6d1371e2cc1268 (patch)
treef3843bec0f18816eeba1cd0b0e14f940b4e62412 /Carpet/CarpetLib/param.ccl
parent2a6d44a51bd0c96bd0b189a8a0600c7868095c38 (diff)
CarpetLib: Check for proper nesting
darcs-hash:20060508154323-dae7b-30f14d75440c10774cd9f386bcfaca77fe3e704d.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 8314a47c6..fa39bfed2 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -36,6 +36,11 @@ BOOLEAN omit_prolongation_points_when_restricting "Do not restrict to points whi
{
} "no"
+INT proper_nesting_distance "Minimum distance (in grid points) between two level interfaces" STEERABLE=always
+{
+ 0:* :: "any non-negative value is fine; the default value is just a guess"
+} 4
+
INT print_memstats_every "Report periodically how much memory is used per process" STEERABLE=always