aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2008-07-14 22:37:12 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2008-07-14 22:37:12 +0000
commit6af885f4ff90d496a972d2d8177479512dcb4cbe (patch)
treebef0ba5ed06f76fdb8d855f3bf5f8bcbe4348872 /param.ccl
parente3b9cd6b30215fb09a45910eafca7cd9121ceffa (diff)
Added functionality to set up public grid functions (sbp_dx, sbp_dy, sbp_dz)
containing the delta's used in the Kreiss-Oliger type dissipation. This is activated with a parameter (use_variable_deltas) and a routine (SBP_DeltaInitial) is scheduled at BASEGRID to set the default values initially. The grid functions can be modified later by a scheduled user function if so desired. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@116 f69c4107-0314-4c4f-9ad4-17e986b73f4a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index eba0e40..583a629 100644
--- a/param.ccl
+++ b/param.ccl
@@ -38,6 +38,10 @@ BOOLEAN use_dissipation "Should we add dissipation"
{
} "no"
+BOOLEAN use_variable_deltas "Use extra grid functions to allow for variable delta's in the dissipation operators"
+{
+} "no"
+
BOOLEAN use_shiftout "Should we use the boundary_shift_out parameters from CoordBase to shift the stencils of derivatives and dissipation"
{
} "no"