Home
last modified time | relevance | path

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

/petsc/src/dm/label/
H A Ddmlabel.c2109 const PetscInt *rootDegree, *ilocal; in DMLabelGather() local
2148 PetscCall(PetscSFComputeDegreeBegin(sf, &rootDegree)); in DMLabelGather()
2149 PetscCall(PetscSFComputeDegreeEnd(sf, &rootDegree)); in DMLabelGather()
2150 for (p = 0, nmultiroots = 0; p < nroots; ++p) nmultiroots += rootDegree[p]; in DMLabelGather()
2160 for (d = 0; d < rootDegree[p]; d++) { in DMLabelGather()
2165 idx += rootDegree[p]; in DMLabelGather()