aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index fee89d6..ab270b4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -59,6 +59,16 @@ STRING array1d_vars[100] "Names of the grid functions that should be interpolate
"^[A-Za-z][A-Za-z0-9_]*[:][:][A-Za-z][A-Za-z0-9_]*$" :: "grid function name"
} ""
+INT array1d_spacederivs[100] "Space derivative orders for each grid function"
+{
+ 0:* :: ""
+} 0
+
+INT array1d_timederivs[100] "Time derivative order for each grid function"
+{
+ 0:* :: ""
+} 0
+
REAL array1d_x0 "Origin" STEERABLE=always
{
*:* :: ""