Lines Matching refs:PetscCallHDF5
514 PetscCallHDF5(H5Pset_chunk, (chunkspace, (int)dim, chunkDims)); in VecView_MPI_HDF5_DA()
519 PetscCallHDF5(H5Dset_extent, (dset_id, dims)); in VecView_MPI_HDF5_DA()
521 PetscCallHDF5(H5Sclose, (filespace)); in VecView_MPI_HDF5_DA()
550 PetscCallHDF5(H5Sselect_hyperslab, (filespace, H5S_SELECT_SET, offset, NULL, count, NULL)); in VecView_MPI_HDF5_DA()
553 PetscCallHDF5(H5Dwrite, (dset_id, memscalartype, memspace, filespace, hdf5->dxpl_id, x)); in VecView_MPI_HDF5_DA()
554 PetscCallHDF5(H5Fflush, (file_id, H5F_SCOPE_GLOBAL)); in VecView_MPI_HDF5_DA()
566 if (group != file_id) PetscCallHDF5(H5Gclose, (group)); in VecView_MPI_HDF5_DA()
567 PetscCallHDF5(H5Sclose, (filespace)); in VecView_MPI_HDF5_DA()
568 PetscCallHDF5(H5Sclose, (memspace)); in VecView_MPI_HDF5_DA()
569 PetscCallHDF5(H5Dclose, (dset_id)); in VecView_MPI_HDF5_DA()
862 PetscCallHDF5(H5Sselect_hyperslab, (filespace, H5S_SELECT_SET, offset, NULL, count, NULL)); in VecLoad_HDF5_DA()
865 PetscCallHDF5(H5Dread, (dset_id, scalartype, memspace, filespace, hdf5->dxpl_id, x)); in VecLoad_HDF5_DA()
869 if (group != file_id) PetscCallHDF5(H5Gclose, (group)); in VecLoad_HDF5_DA()
870 PetscCallHDF5(H5Sclose, (filespace)); in VecLoad_HDF5_DA()
871 PetscCallHDF5(H5Sclose, (memspace)); in VecLoad_HDF5_DA()
872 PetscCallHDF5(H5Dclose, (dset_id)); in VecLoad_HDF5_DA()