aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2009-08-21 13:28:21 +0000
committerknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2009-08-21 13:28:21 +0000
commite021ca94536ba9e1674d9fbd82a5f7cd398a2498 (patch)
treeb21bc401c39faf6fd94ab2ecee2f4bd241872dda /param.ccl
parent75d526ed024b4093e39c5a70b73a2b76a372aa62 (diff)
first version of HydroBase
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@2 57fe0bb3-ccba-405f-9b23-de0201f165b7
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100755
index 0000000..aa78e4b
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,16 @@
+# Parameter definitions for thorn HydroBase
+
+restricted:
+
+int timelevels "Number of time levels in evolution scheme"
+{
+ 1:3 :: "FMR/AMR runs probably need 3. Otherwise use 2"
+} 2
+
+STRING HydroBase_Prolongation_Type "The prolongation operator used by Carpet for HydroBase variables"
+{
+ "ENO" :: "Third order ENO operators; only third order is implemented"
+ "WENO" :: "Fifth order WENO operators; only fifth order is implemented"
+ ".*" :: "Anything else"
+} "ENO"
+