aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl31
1 files changed, 31 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 343d3e0..62a3aae 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,3 +1,34 @@
# Parameter definitions for thorn CoordGauge
# $Header$
+shares: ADMBase
+
+EXTENDS KEYWORD lapse_evolution_method
+{
+ "coordgauge" :: "Use dynamic stuff from CoordGauge"
+}
+
+EXTENDS KEYWORD shift_evolution_method
+{
+ "coordgauge" :: "Use dynamic stuff from CoordGauge"
+}
+
+restricted:
+
+STRING lapse_list "List of allowed lapses to use"
+{
+ ".*" :: "Any string"
+} ""
+
+STRING shift_list "List of allowed shifts to use"
+{
+ ".*" :: "Any string"
+} ""
+
+private:
+
+KEYWORD slicing_verbose "Print information on current slicing"
+{
+ "yes" :: "print slicing info"
+ "no" :: "do not print slicing info"
+} "no"