Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3278 …, PetscSection *rootMultiSec, PetscSection *multiLeafSec, PetscInt **gatheredIndices, PetscScalar … in DMPlexTransferInjectorTree() argument
3316 PetscCall(PetscMalloc1((gatheredIndices ? numIndices : (maxDof + 1)), &leafInds)); in DMPlexTransferInjectorTree()
3331 pInd = gatheredIndices ? (&leafInds[off + 1]) : leafInds; in DMPlexTransferInjectorTree()
3417 if (gatheredIndices) { in DMPlexTransferInjectorTree()
3487 if (gatheredIndices) { in DMPlexTransferInjectorTree()
3505 if (gatheredIndices) *gatheredIndices = rootInds; in DMPlexTransferInjectorTree()