aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.