Lines Matching refs:edgeID

480 …DM dm, PetscInt p, ego model, PetscInt bodyID, PetscInt faceID, PetscInt edgeID, const PetscScalar…  in DMSnapToGeomModel_EGADS_Internal()  argument
509 if (edgeID >= 0) { in DMSnapToGeomModel_EGADS_Internal()
511 PetscCall(EGlite_objectBodyTopo(body, EDGE, edgeID, &obj)); in DMSnapToGeomModel_EGADS_Internal()
514 PetscCall(EG_objectBodyTopo(body, EDGE, edgeID, &obj)); in DMSnapToGeomModel_EGADS_Internal()
548 if (edgeID > 0) { in DMSnapToGeomModel_EGADS_Internal()
582 PetscInt bodyID, faceID, edgeID; in DMSnapToGeomModel_EGADS() local
602 PetscCall(DMLabelGetValue(edgeLabel, p, &edgeID)); in DMSnapToGeomModel_EGADS()
608 …PetscCall(DMSnapToGeomModel_EGADS_Internal(dm, p, model, bodyID, faceID, edgeID, mcoords, gcoords,… in DMSnapToGeomModel_EGADS()
2490 PetscInt bodyID, faceID, edgeID, vertexID; in DMPlexInflateToGeomModelUseXYZ() local
2526 PetscCall(DMLabelGetValue(edgeLabel, v, &edgeID)); in DMPlexInflateToGeomModelUseXYZ()
2542 } else if (edgeID > 0) { in DMPlexInflateToGeomModelUseXYZ()
2546 PetscCall(EGlite_objectBodyTopo(body, EDGE, edgeID, &edge)); in DMPlexInflateToGeomModelUseXYZ()
2550 PetscCall(EG_objectBodyTopo(body, EDGE, edgeID, &edge)); in DMPlexInflateToGeomModelUseXYZ()
4909 PetscInt bodyID, faceID, edgeID, vertexID; in DMPlexGetGeomModelTUV() local
4950 PetscCall(DMLabelGetValue(edgeLabel, v, &edgeID)); in DMPlexGetGeomModelTUV()
4959 if (edgeID > 0) { in DMPlexGetGeomModelTUV()
4964 PetscCall(EGlite_objectBodyTopo(body, EDGE, edgeID, &edge)); in DMPlexGetGeomModelTUV()
4968 PetscCall(EG_objectBodyTopo(body, EDGE, edgeID, &edge)); in DMPlexGetGeomModelTUV()
5085 PetscInt bodyID, faceID, edgeID, vertexID; in DMPlexInflateToGeomModelUseTUV() local
5135 PetscCall(DMLabelGetValue(edgeLabel, v, &edgeID)); in DMPlexInflateToGeomModelUseTUV()
5154 } else if (edgeID > 0) { in DMPlexInflateToGeomModelUseTUV()
5158 PetscCall(EGlite_objectBodyTopo(body, EDGE, edgeID, &edge)); in DMPlexInflateToGeomModelUseTUV()
5161 PetscCall(EG_objectBodyTopo(body, EDGE, edgeID, &edge)); in DMPlexInflateToGeomModelUseTUV()