Searched refs:ilocalToParents (Results 1 – 1 of 1) sorted by relevance
3374 PetscInt *ilocalToParents; in DMPlexTransferInjectorTree() local3425 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()