aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@6ca9aeac-0e4f-0410-a746-fe4df63e9d0c>2012-05-31 06:10:26 +0000
committerrhaas <rhaas@6ca9aeac-0e4f-0410-a746-fe4df63e9d0c>2012-05-31 06:10:26 +0000
commitef1462ab3f09add36d2997aeef30b62ace522ed7 (patch)
treec0df5dfd80101f0d1e9e459177f1519b8d23bb1e /param.ccl
parent515397f061886a9f53e6ae2b808896b019a5e1a5 (diff)
add support for CarpetInterp2 to InterpToArray
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/InterpToArray/trunk@27 6ca9aeac-0e4f-0410-a746-fe4df63e9d0c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 5a1925a..8653b79 100644
--- a/param.ccl
+++ b/param.ccl
@@ -2,6 +2,8 @@
RESTRICTED:
+# CCTK_InterpGridArrays parameters
+
STRING interpolator_name "Name of the interpolator" STEERABLE=always
{
".*" :: "must be a registered interpolator"
@@ -17,7 +19,19 @@ STRING interpolator_coordinates "Coordinate system" STEERABLE=always
".*" :: "must be a registered coordinate system"
} "cart3d"
+# InterpGridArrays ie. CarpetInterp2 parameters
+
+BOOLEAN use_carpetinterp2 "Use InterpGridArrays rather than CCTK_InterpGridArrays" STEERABLE=always
+{
+} "no"
+
+INT carpetinterp2_interpolator_order "Order of interpolation for CarpetInterp2" STEERABLE=always
+{
+ 0:* :: "any order supported by CarpetInterp2"
+} 2
+
+# Common parameters
INT nghosts "Number of ghost zones"
{