aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhawke <hawke@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-09-14 13:01:59 +0000
committerhawke <hawke@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-09-14 13:01:59 +0000
commit2b42ff6020d0ab36b11b65466ef6850f7ec68242 (patch)
tree3a389a7d05130250c70d1f5bdc8590bf845a4781 /param.ccl
parent49ebff9fcba20d579d938f5142903178f22d1387 (diff)
Modify the ENO interpolators so that it takes an "order" parameter.
Add knowledge of the PROLONG_NONE type to lower level bits of the code, in case that case propagates. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@94 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index f334526..3f95f13 100644
--- a/param.ccl
+++ b/param.ccl
@@ -20,6 +20,11 @@ INT order "Cartoon's interpolation order"
1:5 :: "From linear to fifth order."
} 4
+INT eno_order "The interpolation order applied to the ENO interpolator"
+{
+ 1:5 :: "From linear to fifth order."
+} 4
+
BOOLEAN allow_grid_resize "Allow grid to be resized in a cartoon-compatible way"
{
-} "no" \ No newline at end of file
+} "no"