aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorschnetter <>2003-07-20 19:03:00 +0000
committerschnetter <>2003-07-20 19:03:00 +0000
commit57eaa7849a138658c97655edaab19028b47febc9 (patch)
tree2ab2eb2d50e92c3c61d29cb2be35fc03901509c5 /Carpet/CarpetLib/param.ccl
parent4a6805faf80b8cb6034cdc83208ed41f2a9c1505 (diff)
Fix the casing of the postrestrict group to PostRestrict. Update all
Fix the casing of the postrestrict group to PostRestrict. Update all schedule.ccl files accordingly. Introduce a Carpet parameter buffer_width. This parameter specifies a region within refined grids that is also boundary-prolongated. Introduce a function CarpetEnableProlongation to dis- and re-enable boundary prolongation. darcs-hash:20030720190343-07bb3-0c5db5cebe769c0d4b3237f11a089aab9da94b1a.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl7
1 files changed, 1 insertions, 6 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 707da6619..4316c4dd7 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -1,5 +1,5 @@
# Parameter definitions for thorn CarpetLib
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.4 2003/07/16 21:45:58 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.5 2003/07/20 21:03:43 schnetter Exp $
private:
@@ -14,8 +14,3 @@ BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (sl
BOOLEAN output_bboxes "Output bounding box information to the screen"
{
} "no"
-
-CCTK_INT buffer_width "Width of the buffer zone between the prolongation destination and the restriction source"
-{
- 0:* :: "2 seems to be the minimum for second-order convergence"
-} 2