aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@edbb7e70-9571-45d5-a481-0a560a9b4751>2002-04-26 13:17:57 +0000
committergoodale <goodale@edbb7e70-9571-45d5-a481-0a560a9b4751>2002-04-26 13:17:57 +0000
commit3c22ef6066de0a1bfc7af1bd46159157c37146e9 (patch)
tree1b6dcfb8d0d6f77f10c921dbd3147c675a43d921 /param.ccl
parent8cdb79f6f0a916bea7dff9b6a8d5a533be5683f3 (diff)
Have the old slicing stuff working, with new param names.
Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/CoordGauge/trunk@45 edbb7e70-9571-45d5-a481-0a560a9b4751
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"