src/H5Block.h

- H5Block3dGetPartitionOfProc()
	- H5Block3dGetProcOf
		* declaration added
This commit is contained in:
2006-09-14 16:50:37 +00:00
parent dd75b5da79
commit 3873af56a0
+21
View File
@@ -35,6 +35,27 @@ H5BlockDefine3DFieldLayout (
const h5part_int64_t k_end /*!< end index of k */
);
h5part_int64_t
H5Block3dGetPartitionOfProc (
H5PartFile *f, /*!< file handle */
const h5part_int64_t proc,
h5part_int64_t *i_start, /*!< start index of i */
h5part_int64_t *i_end, /*!< end index of i */
h5part_int64_t *j_start, /*!< start index of j */
h5part_int64_t *j_end, /*!< end index of j */
h5part_int64_t *k_start, /*!< start index of k */
h5part_int64_t *k_end /*!< end index of k */
);
h5part_int64_t
H5Block3dGetProcOf (
const H5PartFile *f,
h5part_int64_t i,
h5part_int64_t j,
h5part_int64_t k
);
h5part_int64_t
H5Block3dWriteScalarField (
H5PartFile *f,