Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3286 PetscScalar *leafVals = NULL, *rootVals = NULL; in DMPlexTransferInjectorTree() local
3317 if (gatheredValues) PetscCall(PetscMalloc1(numIndices, &leafVals)); in DMPlexTransferInjectorTree()
3335 pVal = &leafVals[off + 1]; in DMPlexTransferInjectorTree()
3420leafVals[off] = (PetscScalar)PetscMax(childIds[p - pStartF], parentNodeAndIdFine[p - pStartF][2]); in DMPlexTransferInjectorTree()
3494 PetscCall(PetscSFBcastBegin(indicesSF, MPIU_SCALAR, leafVals, rootVals, MPI_REPLACE)); in DMPlexTransferInjectorTree()
3495 PetscCall(PetscSFBcastEnd(indicesSF, MPIU_SCALAR, leafVals, rootVals, MPI_REPLACE)); in DMPlexTransferInjectorTree()
3501 PetscCall(PetscFree(leafVals)); in DMPlexTransferInjectorTree()