aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-01-20 01:52:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2008-01-20 01:52:00 +0000
commit76b9e7803c77b3dfc9ae20fa127003436f79cbf0 (patch)
tree427293bbc34cccc587809230e2fca7ef72e37d2a /CarpetDev
parent003cb6b186cbe441fc036b87d5b2330571b0ab69 (diff)
CarpetIOF5: Combine README files, add TODO file
darcs-hash:20080120015226-dae7b-b8bdb874277d4c03dbb5ba0753df3f9808f2ecbc.gz
Diffstat (limited to 'CarpetDev')
-rw-r--r--CarpetDev/CarpetIOF5/README18
-rw-r--r--CarpetDev/CarpetIOF5/TODO4
-rw-r--r--CarpetDev/CarpetIOF5/src/README15
3 files changed, 22 insertions, 15 deletions
diff --git a/CarpetDev/CarpetIOF5/README b/CarpetDev/CarpetIOF5/README
index db04ce1ad..a03d4b2f5 100644
--- a/CarpetDev/CarpetIOF5/README
+++ b/CarpetDev/CarpetIOF5/README
@@ -6,3 +6,21 @@ Thorn Maintainer(s) : Erik Schnetter <schnetter@aei.mpg.de>
Purpose of the thorn:
Input and output data using the HDF5 based F5 file format.
+
+
+
+An F5 file contains the following hierarchy:
+
+ file
+ timestep
+ simulation
+ topology
+ coordinate_system
+ physical_quantity
+ tensor_component
+ data_region
+
+2006-06-05: Werner says that tensor_component and data_region should
+be interchanged.
+
+2007-04-25: Werner confirms this.
diff --git a/CarpetDev/CarpetIOF5/TODO b/CarpetDev/CarpetIOF5/TODO
new file mode 100644
index 000000000..3fa9b3ca2
--- /dev/null
+++ b/CarpetDev/CarpetIOF5/TODO
@@ -0,0 +1,4 @@
+2008-01-19: Need to write table of contents as well. What format
+should it have?
+
+2008-01-19: Checkpointing and recovery is not yet supported.
diff --git a/CarpetDev/CarpetIOF5/src/README b/CarpetDev/CarpetIOF5/src/README
deleted file mode 100644
index 8b51edf63..000000000
--- a/CarpetDev/CarpetIOF5/src/README
+++ /dev/null
@@ -1,15 +0,0 @@
-An F5 file contains the following hierarchy:
-
- file
- timestep
- simulation
- topology
- coordinate_system
- physical_quantity
- tensor_component
- data_region
-
-2006-06-05: Werner says that tensor_component and data_region should
-be interchanged.
-
-2007-04-25: Werner confirms this.