aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/src/iof5.hh
diff options
context:
space:
mode:
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);