Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3285 const PetscInt *rootDegrees; in DMPlexTransferInjectorTree() local
3468 PetscCall(PetscSFComputeDegreeBegin(coarseToFineEmbedded, &rootDegrees)); in DMPlexTransferInjectorTree()
3469 PetscCall(PetscSFComputeDegreeEnd(coarseToFineEmbedded, &rootDegrees)); in DMPlexTransferInjectorTree()
3472 …for (p = pStartC; p < pEndC; p++) PetscCall(PetscSectionSetDof(multiRootSec, p, rootDegrees[p - pS… in DMPlexTransferInjectorTree()