aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetEvolutionMask/param.ccl
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-11-09 09:39:42 -0800
committerRoland Haas <rhaas@tapir.caltech.edu>2013-02-11 13:13:13 -0800
commit4e166b68d40ec9ced2acdbebaccace667f6f6eeb (patch)
tree5f2e3e457dbf0bd3b32a5a3e0414c91e3cfc64bb /Carpet/CarpetEvolutionMask/param.ccl
parentcb1399a1072460b74e75b7d5c54389fbd7dffbb6 (diff)
CarpetEvolutionMask: compute a mask indicating where buffers are
this is s first implementatoion of this functionality. Eventually I want to extend it to label buffer points by the last MoL substep at which the grid point needs to have a RHS computed. Zero will mean "all the time" large numbers will mean "never".
Diffstat (limited to 'Carpet/CarpetEvolutionMask/param.ccl')
-rw-r--r--Carpet/CarpetEvolutionMask/param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetEvolutionMask/param.ccl b/Carpet/CarpetEvolutionMask/param.ccl
index 7f890e10a..b72b84923 100644
--- a/Carpet/CarpetEvolutionMask/param.ccl
+++ b/Carpet/CarpetEvolutionMask/param.ccl
@@ -26,3 +26,7 @@ INT enlarge_evolved_region_by "enlarge or shrink evolved region" STEERABLE=alway
0:* :: "positive values enlarge the evolved region"
*:0) :: "negative values shrink the evolved region. Up to buffer_width + nghostzones points can be removed"
} 0
+
+BOOLEAN provide_buffer_mask "Compute mask indicating which points need only be computed for some MoL substeps"
+{
+} "no"