Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3284 PetscInt *leafInds, *rootInds = NULL; in DMPlexTransferInjectorTree() local
3488 PetscCall(PetscMalloc1(numRootIndices, &rootInds)); in DMPlexTransferInjectorTree()
3489 PetscCall(PetscSFBcastBegin(indicesSF, MPIU_INT, leafInds, rootInds, MPI_REPLACE)); in DMPlexTransferInjectorTree()
3490 PetscCall(PetscSFBcastEnd(indicesSF, MPIU_INT, leafInds, rootInds, MPI_REPLACE)); in DMPlexTransferInjectorTree()
3505 if (gatheredIndices) *gatheredIndices = rootInds; in DMPlexTransferInjectorTree()