Home
last modified time | relevance | path

Searched refs:rootVals (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
3493 PetscCall(PetscMalloc1(numRootIndices, &rootVals)); 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()
3506 if (gatheredValues) *gatheredValues = rootVals; in DMPlexTransferInjectorTree()