Searched refs:rootDegree (Results 1 – 1 of 1) sorted by relevance
2109 const PetscInt *rootDegree, *ilocal; in DMLabelGather() local2148 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()