src/H5Fed.h

- several API changes
This commit is contained in:
2008-02-13 15:40:29 +00:00
parent 8a39409161
commit 48c68c5fa7
+25 -2
View File
@@ -28,10 +28,26 @@ h5_file* H5FedOpenFile (
const MPI_Comm comm
);
h5_int_t H5FedCloseFile (
h5_int64_t H5FedCloseFile (
h5_file * fh
);
h5_id_t
H5FedAddMesh (
h5_file * fh
);
h5_id_t
H5FedAddLevel (
h5_file * fh
);
h5_size_t
H5FedSetAdditionalNumVerticesToStore (
h5_file * f, /*!< file handle */
const h5_size_t num /*!< number of additional vertices */
);
/****** INQUIRY routines *****************************************************/
h5_int_t H5GetNumNodes (
@@ -119,6 +135,13 @@ h5_size_t H5FedGetNumBoundaryTrianglesCnode (
/****** STORE / RETRIEVAL routines ********************************************/
h5_err_t
H5FedSetStep (
h5_file * f,
const h5_id_t step
);
/* vertices */
h5_size_t
H5FedSetNumVertices (
@@ -232,7 +255,7 @@ H5FedGetBoundaryTriangle (
/* tetrahedra */
h5_size_t
H5FedSetNumTetrahedra (
H5FedSetAdditionalNumTetrahedraToStore (
h5_file * f,
const h5_size_t num_tet
);