aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyMoL/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/WaveToyMoL/param.ccl')
-rw-r--r--CarpetExtra/WaveToyMoL/param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/CarpetExtra/WaveToyMoL/param.ccl b/CarpetExtra/WaveToyMoL/param.ccl
index fab76bcf2..bb779cca6 100644
--- a/CarpetExtra/WaveToyMoL/param.ccl
+++ b/CarpetExtra/WaveToyMoL/param.ccl
@@ -21,3 +21,9 @@ STRING bound "Type of boundary condition to use"
BOOLEAN estimate_error "Estimate the truncation error"
{
} "no"
+
+INT order "Finite differencing order"
+{
+ 2 :: "second order"
+ 4 :: "fourth order"
+} 2