See H5Fed_inquiry.c
This commit is contained in:
+9
-47
@@ -18,51 +18,13 @@
|
||||
#ifndef __H5FED_INQUIRY_H
|
||||
#define __H5FED_INQUIRY_H
|
||||
|
||||
h5_size_t
|
||||
H5FedGetNumMeshes (
|
||||
h5_file_t * const f,
|
||||
const h5_oid_t mesh_type_id
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
H5FedGetNumLevels (
|
||||
h5_file_t * f
|
||||
);
|
||||
|
||||
h5_id_t
|
||||
H5FedGetLevel (
|
||||
h5_file_t * f
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
H5FedGetNumVertices (
|
||||
h5_file_t * f
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
H5FedGetNumVerticesTotal(
|
||||
h5_file_t * f
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
H5FedGetNumVerticesCnode (
|
||||
h5_file_t * f,
|
||||
const h5_id_t cnode
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
H5FedGetNumElements (
|
||||
h5_file_t * f
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
H5FedGetNumElementsTotal (
|
||||
h5_file_t * f
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
H5FedGetNumElementsCnode (
|
||||
h5_file_t * f,
|
||||
const h5_id_t cnode
|
||||
);
|
||||
h5_size_t H5FedGetNumMeshes ( h5_file_t * const f, const h5_oid_t type_id );
|
||||
h5_size_t H5FedGetNumLevels ( h5_file_t * const f );
|
||||
h5_id_t H5FedGetLevel ( h5_file_t * const f );
|
||||
h5_size_t H5FedGetNumVertices ( h5_file_t * const f );
|
||||
h5_size_t H5FedGetNumVerticesCnode ( h5_file_t * const f, const h5_id_t cnode );
|
||||
h5_size_t H5FedGetNumVerticesTotal ( h5_file_t * const f );
|
||||
h5_size_t H5FedGetNumElements ( h5_file_t * const f );
|
||||
h5_size_t H5FedGetNumElementsCnode ( h5_file_t * const f, const h5_id_t cnode );
|
||||
h5_size_t H5FedGetNumElementsTotal ( h5_file_t * const f );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user