Lines Matching refs:DMLabelSetValue

1406           PetscCall(DMLabelSetValue(edgeLabel, numCells + id - 1, eid));  in DMPlexCreateGeom_Internal()
1412 PetscCall(DMLabelSetValue(edgeLabel, points[1], eid)); in DMPlexCreateGeom_Internal()
1417 PetscCall(DMLabelSetValue(edgeLabel, edges[0], eid)); in DMPlexCreateGeom_Internal()
1423 PetscCall(DMLabelSetValue(edgeLabel, edges[0], eid)); in DMPlexCreateGeom_Internal()
1440 PetscCall(DMLabelSetValue(bodyLabel, cOff + t, b)); in DMPlexCreateGeom_Internal()
1441 PetscCall(DMLabelSetValue(faceLabel, cOff + t, fid)); in DMPlexCreateGeom_Internal()
1461 PetscCall(DMLabelSetValue(bodyLabel, closure[cl], bval)); in DMPlexCreateGeom_Internal()
1462 PetscCall(DMLabelSetValue(faceLabel, closure[cl], fval)); in DMPlexCreateGeom_Internal()
2026 PetscCall(DMLabelSetValue(bodyLabel, nStart + bodyVertexIndexStart + vID - 1, b)); in DMPlexCreateGeom()
2027 PetscCall(DMLabelSetValue(vertexLabel, nStart + bodyVertexIndexStart + vID - 1, vID)); in DMPlexCreateGeom()
2035 … PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + bodyEdgeIndexStart + eOffset - 1, b)); in DMPlexCreateGeom()
2036 …PetscCall(DMLabelSetValue(edgeLabel, nStart + numVertices + bodyEdgeIndexStart + eOffset - 1, eid)… in DMPlexCreateGeom()
2040 PetscCall(DMLabelSetValue(bodyLabel, cellCntr, b)); in DMPlexCreateGeom()
2041 PetscCall(DMLabelSetValue(faceLabel, cellCntr, fID)); in DMPlexCreateGeom()
2044 PetscCall(DMLabelSetValue(bodyLabel, cone[0], b)); in DMPlexCreateGeom()
2045 PetscCall(DMLabelSetValue(faceLabel, cone[0], fID)); in DMPlexCreateGeom()
2047 PetscCall(DMLabelSetValue(bodyLabel, cone[1], b)); in DMPlexCreateGeom()
2048 PetscCall(DMLabelSetValue(edgeLabel, cone[1], eid)); in DMPlexCreateGeom()
2050 PetscCall(DMLabelSetValue(bodyLabel, cone[2], b)); in DMPlexCreateGeom()
2051 PetscCall(DMLabelSetValue(faceLabel, cone[2], fID)); in DMPlexCreateGeom()
2063 …PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
2064 …PetscCall(DMLabelSetValue(faceLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
2399 PetscCall(DMLabelSetValue(bodyLabel, n, pBodyVal)); in DMPlexCreateGeom_Tess_Internal()
2400 if (pTypeVal == 0) PetscCall(DMLabelSetValue(vertexLabel, n, pIndexVal)); in DMPlexCreateGeom_Tess_Internal()
2401 if (pTypeVal > 0) PetscCall(DMLabelSetValue(edgeLabel, n, pIndexVal)); in DMPlexCreateGeom_Tess_Internal()
2402 if (pTypeVal < 0) PetscCall(DMLabelSetValue(faceLabel, n, pIndexVal)); in DMPlexCreateGeom_Tess_Internal()
2418 PetscCall(DMLabelSetValue(bodyLabel, e, bodyID_0)); in DMPlexCreateGeom_Tess_Internal()
2420 if (edgeID_0 == edgeID_1) PetscCall(DMLabelSetValue(edgeLabel, e, edgeID_0)); in DMPlexCreateGeom_Tess_Internal()
2421 else if (vertexID_0 > 0 && edgeID_1 > 0) PetscCall(DMLabelSetValue(edgeLabel, e, edgeID_1)); in DMPlexCreateGeom_Tess_Internal()
2422 else if (vertexID_1 > 0 && edgeID_0 > 0) PetscCall(DMLabelSetValue(edgeLabel, e, edgeID_0)); in DMPlexCreateGeom_Tess_Internal()
2442 PetscCall(DMLabelSetValue(bodyLabel, f, triBodyVal)); in DMPlexCreateGeom_Tess_Internal()
2443 PetscCall(DMLabelSetValue(faceLabel, f, triFaceVal)); in DMPlexCreateGeom_Tess_Internal()
2452 PetscCall(DMLabelSetValue(bodyLabel, cone[jj], triBodyVal)); in DMPlexCreateGeom_Tess_Internal()
2453 PetscCall(DMLabelSetValue(faceLabel, cone[jj], triFaceVal)); in DMPlexCreateGeom_Tess_Internal()