aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
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