aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-07-04 08:44:36 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-07-04 08:44:36 +0000
commit2b0b789af6ab21cca89b74519ac293d579e98711 (patch)
tree3346a7ccae4833ea310534bbcfcd1447ce357de6 /param.ccl
parentfea5dd43a562586d6442f4fd83f356f171b6f87f (diff)
Splitted the input up so that the metric, conformal factor, lapse and shift
are read in independently. Also scheduled these routines at CCTK_INITIAL extending the ADMBase parameter for initial_data, initial_lapse and initial_shift with "read from file". git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@30 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl28
1 files changed, 28 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 64299ad..6876394 100644
--- a/param.ccl
+++ b/param.ccl
@@ -9,6 +9,18 @@ KEYWORD eh_metric_type "Do we use numerical or analytic metric information"
"analytic" :: "Use external analytic metric"
} "analytic"
+KEYWORD eh_lapse_type "Do we use numerical or analytic metric information"
+{
+ "numerical" :: "Read in metric from numerical data"
+ "analytic" :: "Use external analytic metric"
+} "analytic"
+
+KEYWORD eh_shift_type "Do we use numerical or analytic metric information"
+{
+ "numerical" :: "Read in metric from numerical data"
+ "analytic" :: "Use external analytic metric"
+} "analytic"
+
KEYWORD initial_f "Initial surface choice"
{
"sphere" :: "spherical surface"
@@ -114,3 +126,19 @@ USES KEYWORD bitant_plane
shares: admbase
USES KEYWORD metric_type
+
+EXTENDS KEYWORD initial_data
+{
+ "read from file" :: "Read in metric from a file"
+}
+
+EXTENDS KEYWORD initial_lapse
+{
+ "read from file" :: "Read in lapse from a file"
+}
+
+EXTENDS KEYWORD initial_shift
+{
+ "read from file" :: "Read in shift from a file"
+}
+