Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/generators/triangle/
H A Dtrigenerate.c166 DMLabel glabel = NULL; in DMPlexGenerate_Triangle() local
195 PetscCall(DMGetLabel(*dm, labelName, &glabel)); in DMPlexGenerate_Triangle()
204 if (glabel) PetscCall(DMLabelSetValue(glabel, v + numCells, out.pointmarkerlist[v])); in DMPlexGenerate_Triangle()
216 if (glabel) PetscCall(DMLabelSetValue(glabel, edges[0], out.edgemarkerlist[e])); in DMPlexGenerate_Triangle()