aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@0b95e693-0e4f-0410-b80e-c7e9d0d71539>2004-02-06 10:31:19 +0000
committerschnetter <schnetter@0b95e693-0e4f-0410-b80e-c7e9d0d71539>2004-02-06 10:31:19 +0000
commit679c69d87682f22d1c453839eb652fa473692115 (patch)
tree30ee6b22feea3ac077564fefec02b377bf4a514e /param.ccl
parent0c69002449001672addc2a97a04c26504436a55f (diff)
Add a "file read thorn" that allows the file reader to be used to read
in ADM variables. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDFileADM/trunk@2 0b95e693-0e4f-0410-b80e-c7e9d0d71539
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl23
1 files changed, 23 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..b119d8a
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,23 @@
+# Parameter definitions for thorn IDFileADM
+# $Header$
+
+shares: ADMBase
+
+EXTENDS KEYWORD initial_lapse
+{
+ "read from file" :: "Read the initial lapse using the file reader. Note that this only allows you to read the lapse from a file, it does not actually do it. You still have to programme the file reader accordingly."
+}
+
+EXTENDS KEYWORD initial_shift
+{
+ "read from file" :: "Read the initial shift using the file reader. Note that this only allows you to read the shift from a file, it does not actually do it. You still have to programme the file reader accordingly."
+}
+
+EXTENDS KEYWORD initial_data
+{
+ "read from file" :: "Read the initial data using the file reader. Note that this only allows you to read the metric from a file, it does not actually do it. You still have to programme the file reader accordingly."
+}
+
+shares: IO
+
+USES STRING filereader_ID_files