Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3374 PetscInt *ilocalToParents; in DMPlexTransferInjectorTree() local
3425 PetscCall(PetscMalloc1(nleavesToParents, &ilocalToParents)); in DMPlexTransferInjectorTree()
3429 ilocalToParents[nleavesToParents] = p - pStartF; in DMPlexTransferInjectorTree()
3437 …PetscCall(PetscSFSetGraph(sfToParents, pEndC - pStartC, nleavesToParents, ilocalToParents, PETSC_O… in DMPlexTransferInjectorTree()