aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-05-02 14:16:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-05-02 14:16:00 +0000
commit30302b1b5ac30bf8b8bf8be974b679b9c05d9ceb (patch)
tree934473e650349707bff1f87140392cd253bac2bc /Carpet/Carpet/param.ccl
parentc64fbbe129fe991003538dae18e77686b5c39b0c (diff)
Carpet: Allow fewer or more buffer zones to be specified
Introduce a parameter Carpet::additional_buffer_zones, which allows using more or fewer buffer zones than there would be when calculated from the ghost zones. darcs-hash:20070502141602-dae7b-c7209f710a3186aee6dfea8700312d04562b0928.gz
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index bac42eb3b..a27fd6909 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -181,6 +181,11 @@ BOOLEAN use_buffer_zones "Use buffer zones"
{
} "no"
+CCTK_INT additional_buffer_zones "Additional buffer zones"
+{
+ *:* :: ""
+} 0
+
BOOLEAN use_tapered_grids "Use tapered grids, avoiding time interpolation during evolution"
{
} "no"