aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-08-28 10:57:17 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-08-28 10:57:17 -0500
commit1cd9ba98c68d988acef349f629c4e35919cd51f9 (patch)
tree9efbc5f7e106fd4d0e4acaaefb6495c4d345439f /Carpet/CarpetRegrid2/param.ccl
parent18fd94eded06c6bb1e1dc69ae8fe109f2e36702e (diff)
CarpetRegrid2: Add parameters to regrid only aligned refinement levels
Add parameters to regrid only those refinement levels that exist at a particular time, and leave all coarser refinement levels unchanged. At the moment, this may lead to improperly nested grids if grids move too far.
Diffstat (limited to 'Carpet/CarpetRegrid2/param.ccl')
-rw-r--r--Carpet/CarpetRegrid2/param.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Carpet/CarpetRegrid2/param.ccl b/Carpet/CarpetRegrid2/param.ccl
index 47cc3e72a..f0f044d22 100644
--- a/Carpet/CarpetRegrid2/param.ccl
+++ b/Carpet/CarpetRegrid2/param.ccl
@@ -15,6 +15,14 @@ BOOLEAN ensure_proper_nesting "Ensure proper nesting automatically" STEERABLE=al
{
} "yes"
+BOOLEAN freeze_unaligned_levels "Do not change refinement levels that do not exist at this time" STEERABLE=always
+{
+} "no"
+
+BOOLEAN freeze_unaligned_parent_levels "Do not change refinement levels where the parent does not exist at this time" STEERABLE=always
+{
+} "no"
+
CCTK_REAL min_fraction "Minimum fraction of required refined points that need to be present in a refined region" STEERABLE=always