aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-05-03 23:59:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-05-03 23:59:00 +0000
commit409b4a69cc60898df9734e0b3d9b3a35b81e87ce (patch)
tree6a7fbdf6cc00683f7164bcd5b78129be6dbbeaca /Carpet/CarpetLib/param.ccl
parent5c77c538820ee8eaa4b39a7e2e5b17fc8028c3ec (diff)
CarpetLib: Add boolean parameter "omit_prolongation_points_when_restricting"
Add a parameter "omit_prolongation_points_when_restricting" that controls whether to restrict to points that are used for boundary prolongation. The default is "no", restoring Carpet's behaviour from before the patch "CarpetLib: Do not restrict to points that are used for boundary prolongation". When set to yes, then there is still a logic error in the code on multiple processors, leading to different restriction regions on different numbers of processors. darcs-hash:20060503235940-dae7b-4c124e68e4c2519c0f97d416e0a7fa3489c1441d.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index f4cd70439..45c38a83e 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -32,6 +32,12 @@ BOOLEAN fast_recomposing "Take shortcuts during recomposing (EXPERIMENTAL)" STEE
+BOOLEAN omit_prolongation_points_when_restricting "Do not restrict to points which are used to prolongate the boundary" STEERABLE=recover
+{
+} "no"
+
+
+
INT print_memstats_every "Report periodically how much memory is used per process" STEERABLE=always
{
0 :: "don't report"