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