aboutsummaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..278de6f
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+CVS info : $Header$
+
+Cactus Code Thorn IDFileADM
+Thorn Author(s) : Erik Schnetter <schnetter@aei.mpg.de>
+Thorn Maintainer(s) : Erik Schnetter <schnetter@aei.mpg.de>
+--------------------------------------------------------------------------
+
+Purpose of the thorn:
+
+Make it possible to use the file reader to read initial data for the
+ADM variables. This checks whether the ADM variables are actually
+supposed to be read, so that it is impossible to actually leave
+something uninitialised. However, read errors are not caught.