aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 17:50:53 -0700
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:23 +0100
commit83fed8358fb9660f5f0be67bce0f1ceff03789f3 (patch)
tree041125a0827f42f8612557bbfad5bd9036c93101 /Carpet/CarpetLib/param.ccl
parent88eabaed580e106c50d512393a50b82edc03985d (diff)
CarpetLib: add fifth order cc restriction operator
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index a259fff2d..8b3adcdd2 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -41,6 +41,7 @@ INT restriction_order_space "Order of restriction operator to use with use_highe
{
1 :: "linear interpolation, this is Carpet's original implementation"
3 :: "third order accurate restriction for grid functions where prolongation is not (W)ENO"
+ 5 :: "fifth order accurate restriction for grid functions where prolongation is not (W)ENO"
} 3