Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3278 …rootMultiSec, PetscSection *multiLeafSec, PetscInt **gatheredIndices, PetscScalar **gatheredValues) in DMPlexTransferInjectorTree() argument
3317 if (gatheredValues) PetscCall(PetscMalloc1(numIndices, &leafVals)); in DMPlexTransferInjectorTree()
3332 if (gatheredValues) { in DMPlexTransferInjectorTree()
3353 if (gatheredValues) PetscCall(VecGetValues(fineVec, dof, pInd, pVal)); in DMPlexTransferInjectorTree()
3419 } else if (gatheredValues) { in DMPlexTransferInjectorTree()
3492 if (gatheredValues) { in DMPlexTransferInjectorTree()
3506 if (gatheredValues) *gatheredValues = rootVals; in DMPlexTransferInjectorTree()