aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/src/iof5.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-11-18 17:43:00 -0500
committerErik Schnetter <schnetter@gmail.com>2012-11-22 09:59:16 -0500
commitec25e62821c80cfcdfeb5c6331899df8e655b34c (patch)
tree4e8b58a2c85af357edb580a7ad864f6cf792d891 /CarpetDev/CarpetIOF5/src/iof5.hh
parent338b03b9e9254785aad9e506c66efdd6867cc188 (diff)
CarpetIOF5: Various improvements
Diffstat (limited to 'CarpetDev/CarpetIOF5/src/iof5.hh')
-rw-r--r--CarpetDev/CarpetIOF5/src/iof5.hh8
1 files changed, 7 insertions, 1 deletions
diff --git a/CarpetDev/CarpetIOF5/src/iof5.hh b/CarpetDev/CarpetIOF5/src/iof5.hh
index c082206c3..a450ae812 100644
--- a/CarpetDev/CarpetIOF5/src/iof5.hh
+++ b/CarpetDev/CarpetIOF5/src/iof5.hh
@@ -264,13 +264,19 @@ namespace CarpetIOF5 {
+ // Write/read Cactus metadata to a particular location in an HDF5
+ // file
void
- write_metadata(cGH const *const cctkGH, hid_t const file);
+ write_metadata(cGH const *const cctkGH, hid_t const group);
+ void
+ read_metadata(cGH const *const cctkGH, hid_t const group);
// Handle Carpet's grid structure (this should move to Carpet and/or
// CarpetLib)
string
serialise_grid_structure(cGH const *const cctkGH);
+ void
+ deserialise_grid_structure(cGH const *const cctkGH, string const buf);