summaryrefslogtreecommitdiff
path: root/new/mesh.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'new/mesh.hpp')
-rw-r--r--new/mesh.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/new/mesh.hpp b/new/mesh.hpp
index dc26ac1..70f7c34 100644
--- a/new/mesh.hpp
+++ b/new/mesh.hpp
@@ -13,7 +13,7 @@ public:
Mesh();
- void build_surface_mesh(H5::H5File fp);
+ void build_surface_mesh(H5::H5File fp, H5::H5File ep);
void build_subsurface_mesh(H5::H5File fp);
void build_environment(H5::H5File ep, int flag);
@@ -47,11 +47,12 @@ private:
void build_subsurface_cells();
void handle_surface_node_data(H5::H5File fp);
- void build_surface_cells();
+ void build_surface_cells(H5::H5File fp);
void get_mesh_metadata(H5::H5File fp, int ncol);
void read_velocity(H5::H5File fp, std::string groupname, std::string datasetname, int flag, int index);
void read_water_depth(H5::H5File fp);
+ void read_elevation(H5::H5File fp);
};