aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl22
1 files changed, 22 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..52937e3
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,22 @@
+# Parameter definitions for thorn Cartoon2D
+# $Header$
+
+private:
+
+BOOLEAN active "Use cartoon to implement axisymmetry"
+{
+} "no"
+
+BOOLEAN verbose "Verbose information"
+{
+} "no"
+
+
+BOOLEAN stencil "Use custom 2D stencil if available"
+{
+} "yes"
+
+INT interp_order "Cartoon's interpolation order"
+{
+ 0:* ::
+} 4