Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c480 …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()
[all …]