Searched refs:PetscHDF5IntCast (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 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() [all …]
|
| /petsc/include/ |
| H A D | petscviewerhdf5.h | 41 static inline PetscErrorCode PetscHDF5IntCast(PetscInt a, hsize_t *b) in PetscHDF5IntCast() function
|
| /petsc/src/vec/is/utils/hdf5/ |
| H A D | hdf5io.c | 216 PetscCall(PetscHDF5IntCast(n / bs, &count[ctx->lenInd])); in PetscViewerHDF5ReadSelectHyperslab_Private() 217 PetscCall(PetscHDF5IntCast(low / bs, &offset[ctx->lenInd])); in PetscViewerHDF5ReadSelectHyperslab_Private()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 337 PetscCall(PetscHDF5IntCast(N / bs, dims + dim)); in ISView_General_HDF5() 388 PetscCall(PetscHDF5IntCast(n / bs, count + dim)); in ISView_General_HDF5() 408 PetscCall(PetscHDF5IntCast(low / bs, offset + dim)); in ISView_General_HDF5()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 494 PetscCall(PetscHDF5IntCast(xin->map->N / bs, dims + dim)); in VecView_MPI_HDF5() 572 PetscCall(PetscHDF5IntCast(xin->map->n / bs, count + dim)); in VecView_MPI_HDF5() 596 PetscCall(PetscHDF5IntCast(low / bs, offset + dim)); in VecView_MPI_HDF5()
|