Home
last modified time | relevance | path

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

/petsc/src/dm/label/
H A Ddmlabel.c2108 PetscInt p, s, d, nroots, nleaves, nmultiroots, idx, dof, offset; in DMLabelGather() local
2150 for (p = 0, nmultiroots = 0; p < nroots; ++p) nmultiroots += rootDegree[p]; in DMLabelGather()
2151 PetscCall(PetscMalloc1(nmultiroots, &rootPoints)); in DMLabelGather()
2155 …PetscCall(PetscSFSetGraph(sfLabel, nroots, nmultiroots, NULL, PETSC_OWN_POINTER, rootPoints, PETSC… in DMLabelGather()