From 6fdbf297784da5711d8801877103cd7b4f43f383 Mon Sep 17 00:00:00 2001 From: diener Date: Fri, 18 Apr 2008 21:40:46 +0000 Subject: Add stencils for non-SBP operators. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@104 f69c4107-0314-4c4f-9ad4-17e986b73f4a --- param.ccl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 0430e02..7d69ca3 100644 --- a/param.ccl +++ b/param.ccl @@ -13,6 +13,10 @@ KEYWORD operator_type "Type of operator" STEERABLE=always "Optimized" :: "Optimized for performance" } "Optimized" +BOOLEAN sbp_2nd_deriv "Should the 2nd derivative operator be SBP" STEERABLE=always +{ +} "yes" + INT order "Order of accuracy" STEERABLE=always { 2:8:2 :: "" @@ -30,6 +34,10 @@ BOOLEAN use_dissipation "Should we add dissipation" { } "no" +BOOLEAN use_shiftout "Should we use the boundary_shift_out parameters from CoordBase to shift the dissipation stencils" +{ +} "no" + # Note: scaling the dissipation operators with h reduces the order by one. BOOLEAN scale_with_h "Should we scale the dissipation with the grid spacing h" { -- cgit v1.2.3