aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-05-12 22:59:49 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2005-05-12 22:59:49 +0000
commit62a0750e9f80056d73ddc7256397313e8ed627ae (patch)
tree14c8c487045addb2e521b638466c94148597b607 /param.ccl
parent7f72fef38d0f93800a7e7b0242670e2db7b29d8d (diff)
New 4-3 and 6-5 operators that are optimised for accuracy. Added a new
parameter to choose between minimim bandwidth and optimized operators. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@31 f69c4107-0314-4c4f-9ad4-17e986b73f4a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index fc70283..0866282 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,6 +7,12 @@ KEYWORD norm_type "Type of norm" STEERABLE=always
"Full restricted" :: "Full resricted norm"
} "Diagonal"
+KEYWORD operator_type "Type of operator" STEERABLE=always
+{
+ "Minimal Bandwidth" :: "Minimal bandwidth"
+ "Optimized" :: "Optimized for performance"
+} "Minimal Bandwidth"
+
INT order "Order of accuracy" STEERABLE=always
{
2:8:2 :: ""