dedicated function to add triangle and tetrahedral meshes added
This commit is contained in:
@@ -23,12 +23,23 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* depricated! use explicit versions */
|
||||
h5_id_t
|
||||
H5FedAddMesh (
|
||||
h5_file_t * const f,
|
||||
const h5_oid_t mesh_type_id
|
||||
);
|
||||
|
||||
h5_id_t
|
||||
H5FedAddTetrahedralMesh (
|
||||
h5_file_t * const f
|
||||
);
|
||||
|
||||
h5_id_t
|
||||
H5FedAddTriangleMesh (
|
||||
h5_file_t * const f
|
||||
);
|
||||
|
||||
h5t_lvl_idx_t
|
||||
H5FedAddLevel (
|
||||
h5_file_t * const f
|
||||
|
||||
Reference in New Issue
Block a user