aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorsai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>1999-11-06 16:19:25 +0000
committersai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>1999-11-06 16:19:25 +0000
commit593f30e3475617fe87b90d2e79c52075a300af89 (patch)
tree672be35c8145be1ec4cdf3d87806de83d6f2e444 /param.ccl
parent630466884939120028346f0957828c2b41248b6e (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@3 eec4d7dc-71c2-46d6-addf-10296150bf52
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