Searched refs:leafInds (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 3284 PetscInt *leafInds, *rootInds = NULL; in DMPlexTransferInjectorTree() local 3316 PetscCall(PetscMalloc1((gatheredIndices ? numIndices : (maxDof + 1)), &leafInds)); in DMPlexTransferInjectorTree() 3331 pInd = gatheredIndices ? (&leafInds[off + 1]) : leafInds; in DMPlexTransferInjectorTree() 3418 leafInds[off] = PetscMax(childIds[p - pStartF], parentNodeAndIdFine[p - pStartF][2]); 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() 3500 PetscCall(PetscFree(leafInds)); in DMPlexTransferInjectorTree()
|