Searched refs:rootDegrees (Results 1 – 1 of 1) sorted by relevance
3285 const PetscInt *rootDegrees; in DMPlexTransferInjectorTree() local3468 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()