Lines Matching refs:bodyLabel

581   DMLabel        bodyLabel, faceLabel, edgeLabel;  in DMSnapToGeomModel_EGADS()  local
588 PetscCall(DMGetLabel(dm, "EGADS Body ID", &bodyLabel)); in DMSnapToGeomModel_EGADS()
591 …PetscCheck(bodyLabel && faceLabel && edgeLabel, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "EGADS meshe… in DMSnapToGeomModel_EGADS()
600 PetscCall(DMLabelGetValue(bodyLabel, p, &bodyID)); in DMSnapToGeomModel_EGADS()
879 DMLabel bodyLabel, faceLabel, edgeLabel, vertexLabel; in DMPlexCreateGeom_Internal() local
1340 PetscCall(DMGetLabel(dm, "EGADS Body ID", &bodyLabel)); in DMPlexCreateGeom_Internal()
1440 PetscCall(DMLabelSetValue(bodyLabel, cOff + t, b)); in DMPlexCreateGeom_Internal()
1458 PetscCall(DMLabelGetValue(bodyLabel, c, &bval)); in DMPlexCreateGeom_Internal()
1461 PetscCall(DMLabelSetValue(bodyLabel, closure[cl], bval)); in DMPlexCreateGeom_Internal()
1479 DMLabel bodyLabel, faceLabel, edgeLabel, vertexLabel; in DMPlexCreateGeom() local
1916 PetscCall(DMGetLabel(dm, "EGADS Body ID", &bodyLabel)); in DMPlexCreateGeom()
2026 PetscCall(DMLabelSetValue(bodyLabel, nStart + bodyVertexIndexStart + vID - 1, b)); in DMPlexCreateGeom()
2035 … PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + bodyEdgeIndexStart + eOffset - 1, b)); in DMPlexCreateGeom()
2040 PetscCall(DMLabelSetValue(bodyLabel, cellCntr, b)); in DMPlexCreateGeom()
2044 PetscCall(DMLabelSetValue(bodyLabel, cone[0], b)); in DMPlexCreateGeom()
2047 PetscCall(DMLabelSetValue(bodyLabel, cone[1], b)); in DMPlexCreateGeom()
2050 PetscCall(DMLabelSetValue(bodyLabel, cone[2], b)); in DMPlexCreateGeom()
2063 …PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
2093 DMLabel bodyLabel, faceLabel, edgeLabel, vertexLabel; in DMPlexCreateGeom_Tess_Internal() local
2365 PetscCall(DMGetLabel(dm, "EGADS Body ID", &bodyLabel)); in DMPlexCreateGeom_Tess_Internal()
2399 PetscCall(DMLabelSetValue(bodyLabel, n, pBodyVal)); in DMPlexCreateGeom_Tess_Internal()
2410 PetscCall(DMLabelGetValue(bodyLabel, cone[0], &bodyID_0)); // Do I need to check the other end? in DMPlexCreateGeom_Tess_Internal()
2418 PetscCall(DMLabelSetValue(bodyLabel, e, bodyID_0)); in DMPlexCreateGeom_Tess_Internal()
2442 PetscCall(DMLabelSetValue(bodyLabel, f, triBodyVal)); in DMPlexCreateGeom_Tess_Internal()
2452 PetscCall(DMLabelSetValue(bodyLabel, cone[jj], triBodyVal)); in DMPlexCreateGeom_Tess_Internal()
2487 DMLabel bodyLabel, faceLabel, edgeLabel, vertexLabel; in DMPlexInflateToGeomModelUseXYZ() local
2506 PetscCall(DMGetLabel(dm, "EGADS Body ID", &bodyLabel)); in DMPlexInflateToGeomModelUseXYZ()
2524 PetscCall(DMLabelGetValue(bodyLabel, v, &bodyID)); in DMPlexInflateToGeomModelUseXYZ()
4518 DMLabel bodyLabel, faceLabel, edgeLabel, vertexLabel; in DMPlexModifyGeomModel() local
4854 PetscCall(DMGetLabel(dm, "EGADS Body ID", &bodyLabel)); in DMPlexModifyGeomModel()
4906 DMLabel bodyLabel, faceLabel, edgeLabel, vertexLabel; in DMPlexGetGeomModelTUV() local
4926 PetscCall(DMGetLabel(dm, "EGADS Body ID", &bodyLabel)); in DMPlexGetGeomModelTUV()
4948 PetscCall(DMLabelGetValue(bodyLabel, v, &bodyID)); in DMPlexGetGeomModelTUV()
5081 DMLabel bodyLabel, faceLabel, edgeLabel, vertexLabel; in DMPlexInflateToGeomModelUseTUV() local
5110 PetscCall(DMGetLabel(dm, "EGADS Body ID", &bodyLabel)); in DMPlexInflateToGeomModelUseTUV()
5133 PetscCall(DMLabelGetValue(bodyLabel, v, &bodyID)); in DMPlexInflateToGeomModelUseTUV()