aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2008-04-08 23:11:02 +0000
committerschnetter <schnetter@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2008-04-08 23:11:02 +0000
commitc084ab2dd816d0e5bf0c02f9e3626b1ad297274d (patch)
treedc47de679cfc04ce673f21a30b06eb1659817372 /param.ccl
parent5bc0dd5e0c3bbecf9e3a59ebf73659527529c63d (diff)
Add two new parameters onesided_outer_boundaries and
onesided_interpatch_boundaries. These decide whether the user wants one-sided differencing stencil near outer and near multi-patch boundaries. Both default to yes for backward compatibility. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@96 f69c4107-0314-4c4f-9ad4-17e986b73f4a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 32cb36e..0430e02 100644
--- a/param.ccl
+++ b/param.ccl
@@ -18,6 +18,14 @@ INT order "Order of accuracy" STEERABLE=always
2:8:2 :: ""
} 2
+BOOLEAN onesided_outer_boundaries "Use one-sided stencils near outer boundaries" STEERABLE=always
+{
+} "yes"
+
+BOOLEAN onesided_interpatch_boundaries "Use one-sided stencils near inter-patch boundaries" STEERABLE=always
+{
+} "yes"
+
BOOLEAN use_dissipation "Should we add dissipation"
{
} "no"