diff --git a/src/h5/t_readwrite.h b/src/h5/t_readwrite.h index e138607..99a142c 100644 --- a/src/h5/t_readwrite.h +++ b/src/h5/t_readwrite.h @@ -11,12 +11,44 @@ _h5t_close_step ( h5_file * f ); +h5_id_t +_h5t_open_mesh ( + h5_file * f + ); + +h5_id_t +_h5t_close_mesh ( + h5_file * f + ); + + +h5_size_t +H5t_get_num_meshes ( + h5_file * f + ); + +h5_err_t +H5t_set_mesh ( + h5_file * f, + const h5_id_t id + ); h5_id_t H5t_add_mesh ( h5_file * f ); +h5_size_t +H5t_get_num_levels ( + h5_file * f + ); + +h5_err_t +H5t_set_level ( + h5_file * f, + const h5_id_t id + ); + h5_id_t H5t_add_level ( h5_file * f @@ -75,14 +107,4 @@ H5t_get_tet ( h5_id_t * const vertex_ids[4] ); -h5_id_t -_h5t_open_mesh ( - h5_file * f - ); - -h5_id_t -_h5t_close_mesh ( - h5_file * f - ); - #endif