Lines Matching refs:PetscHDF5IntCast

464     PetscCall(PetscHDF5IntCast(da->P, dims + dim));  in VecView_MPI_HDF5_DA()
470 PetscCall(PetscHDF5IntCast(da->N, dims + dim)); in VecView_MPI_HDF5_DA()
475 PetscCall(PetscHDF5IntCast(da->M, dims + dim)); in VecView_MPI_HDF5_DA()
480 PetscCall(PetscHDF5IntCast(da->w, dims + dim)); in VecView_MPI_HDF5_DA()
529 if (dimension == 3) PetscCall(PetscHDF5IntCast(da->zs, offset + dim++)); in VecView_MPI_HDF5_DA()
530 if (dimension > 1) PetscCall(PetscHDF5IntCast(da->ys, offset + dim++)); in VecView_MPI_HDF5_DA()
531 PetscCall(PetscHDF5IntCast(da->xs / da->w, offset + dim++)); in VecView_MPI_HDF5_DA()
541 if (dimension == 3) PetscCall(PetscHDF5IntCast(da->ze - da->zs, count + dim++)); in VecView_MPI_HDF5_DA()
542 if (dimension > 1) PetscCall(PetscHDF5IntCast(da->ye - da->ys, count + dim++)); in VecView_MPI_HDF5_DA()
543 PetscCall(PetscHDF5IntCast((da->xe - da->xs) / da->w, count + dim++)); in VecView_MPI_HDF5_DA()
544 if (da->w > 1 || dim2) PetscCall(PetscHDF5IntCast(da->w, count + dim++)); in VecView_MPI_HDF5_DA()
837 PetscCall(PetscHDF5IntCast(dd->zs, offset + dim)); in VecLoad_HDF5_DA()
838 PetscCall(PetscHDF5IntCast(dd->ze - dd->zs, count + dim)); in VecLoad_HDF5_DA()
842 PetscCall(PetscHDF5IntCast(dd->ys, offset + dim)); in VecLoad_HDF5_DA()
843 PetscCall(PetscHDF5IntCast(dd->ye - dd->ys, count + dim)); in VecLoad_HDF5_DA()
846 PetscCall(PetscHDF5IntCast(dd->xs / dd->w, offset + dim)); in VecLoad_HDF5_DA()
847 PetscCall(PetscHDF5IntCast((dd->xe - dd->xs) / dd->w, count + dim)); in VecLoad_HDF5_DA()
851 PetscCall(PetscHDF5IntCast(dd->w, count + dim)); in VecLoad_HDF5_DA()