Home
last modified time | relevance | path

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

/petsc/src/dm/label/
H A Ddmlabel.c2106 PetscSF sfLabel; in DMLabelGather() local
2154 PetscCall(PetscSFCreate(comm, &sfLabel)); in DMLabelGather()
2155 …PetscCall(PetscSFSetGraph(sfLabel, nroots, nmultiroots, NULL, PETSC_OWN_POINTER, rootPoints, PETSC… in DMLabelGather()
2157 PetscCall(DMLabelDistribute_Internal(label, sfLabel, &rootSection, &rootStrata)); in DMLabelGather()
2170 PetscCall(PetscSFDestroy(&sfLabel)); in DMLabelGather()