Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c90 PetscInt *lcind, N = 0; in PetscViewerHDF5ReadSizes_Private() local
103 …Call(PetscViewerHDF5Load_Internal(viewer, ctx->name, PETSC_FALSE, cmap, inttype, (void **)&lcind)); in PetscViewerHDF5ReadSizes_Private()
105 for (PetscInt i = 0; i < cmap->n / 3; ++i) N += lcind[i * 3 + 0]; in PetscViewerHDF5ReadSizes_Private()
117 PetscCallMPI(MPI_Allgatherv(lcind, n, MPIU_INT, ctx->cind, counts, displs, MPIU_INT, comm)); in PetscViewerHDF5ReadSizes_Private()
119 PetscCall(PetscFree(lcind)); in PetscViewerHDF5ReadSizes_Private()