aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/src/topology.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-01-15 19:22:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2008-01-15 19:22:00 +0000
commit8d4e2e1413bfa77ce220f42b442eefbfc2f2776f (patch)
tree3b53606f7d99a79fe702409c3ef7bae12b9b86a2 /CarpetDev/CarpetIOF5/src/topology.hh
parent0efeb005c489d947a55d2318c172cb3066dc7c85 (diff)
CarpetIOF5: Write a meta-file containing an inventory
In addition to one data file per processor, also write out one meta-data file containing an inventory and external links to the other files. Compiles. Untested. darcs-hash:20080115192202-dae7b-e709063fdbe7d545389cdcb40846a10451e9f4c1.gz
Diffstat (limited to 'CarpetDev/CarpetIOF5/src/topology.hh')
-rw-r--r--CarpetDev/CarpetIOF5/src/topology.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/CarpetDev/CarpetIOF5/src/topology.hh b/CarpetDev/CarpetIOF5/src/topology.hh
index 2e97ff255..df841107b 100644
--- a/CarpetDev/CarpetIOF5/src/topology.hh
+++ b/CarpetDev/CarpetIOF5/src/topology.hh
@@ -9,6 +9,7 @@
#include "vect.hh"
#include "simulation.hh"
+#include "utils.hh"
@@ -26,6 +27,8 @@ namespace CarpetIOF5 {
simulation_t & m_simulation;
+ string m_name;
+
hid_t m_hdf5_topology;
topology_t (simulation_t & simulation);
@@ -41,6 +44,11 @@ namespace CarpetIOF5 {
get_simulation ()
const;
+ void
+ get_link_destination (string & filename,
+ string & objectname)
+ const;
+
hid_t
get_hdf5_topology ()
const;
@@ -106,6 +114,11 @@ namespace CarpetIOF5 {
virtual
~ mesh_refinement_topology_t ();
+ void
+ get_link_destination (string & filename,
+ string & objectname)
+ const;
+
virtual bool
invariant ()
const;