Searched refs:faceID (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex18.c | 13 PetscInt bodyID, faceID; in surfArea() local 29 PetscCall(DMLabelGetValue(faceLabel, ii, &faceID)); in surfArea() 30 if (faceID >= 0) { in surfArea() 40 PetscCall(DMLabelGetValue(faceLabel, ii, &faceID)); in surfArea() 41 if (faceID >= 0) { in surfArea()
|
| H A D | ex19.c | 17 PetscInt bodyID, faceID; in surfArea() local 32 PetscCall(DMLabelGetValue(faceLabel, ii, &faceID)); in surfArea() 33 if (faceID >= 0) { in surfArea() 43 PetscCall(DMLabelGetValue(faceLabel, ii, &faceID)); in surfArea() 44 if (faceID >= 0) { in surfArea()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 480 …l_EGADS_Internal(DM dm, PetscInt p, ego model, PetscInt bodyID, PetscInt faceID, PetscInt edgeID, … in DMSnapToGeomModel_EGADS_Internal() argument 517 } else if (faceID >= 0) { in DMSnapToGeomModel_EGADS_Internal() 519 PetscCall(EGlite_objectBodyTopo(body, FACE, faceID, &obj)); in DMSnapToGeomModel_EGADS_Internal() 522 PetscCall(EG_objectBodyTopo(body, FACE, faceID, &obj)); in DMSnapToGeomModel_EGADS_Internal() 582 PetscInt bodyID, faceID, edgeID; in DMSnapToGeomModel_EGADS() local 601 PetscCall(DMLabelGetValue(faceLabel, p, &faceID)); 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 2525 PetscCall(DMLabelGetValue(faceLabel, v, &faceID)); in DMPlexInflateToGeomModelUseXYZ() 2554 } else if (faceID > 0) { in DMPlexInflateToGeomModelUseXYZ() [all …]
|