Home
last modified time | relevance | path

Searched refs:PetscHDF5IntCast (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/da/
H A Dgr2.c464 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 Dpetscviewerhdf5.h41 static inline PetscErrorCode PetscHDF5IntCast(PetscInt a, hsize_t *b) in PetscHDF5IntCast() function
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c216 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 Dgeneral.c337 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 Dpdvec.c494 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()