Searched refs:bodyID (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 49 PetscCall(DMLabelGetValue(bodyLabel, ii, &bodyID)); in surfArea() 50 if (bodyID >= 0) { in surfArea()
|
| H A D | ex19.c | 17 PetscInt bodyID, faceID; in surfArea() local 52 PetscCall(DMLabelGetValue(bodyLabel, ii, &bodyID)); in surfArea() 53 if (bodyID >= 0) { in surfArea()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 480 PetscErrorCode DMSnapToGeomModel_EGADS_Internal(DM dm, PetscInt p, ego model, PetscInt bodyID, Pets… in DMSnapToGeomModel_EGADS_Internal() argument 506 …PetscCheck(bodyID < Nb, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Body %" PetscInt_FMT " is not … in DMSnapToGeomModel_EGADS_Internal() 507 body = bodies[bodyID]; in DMSnapToGeomModel_EGADS_Internal() 582 PetscInt bodyID, faceID, edgeID; in DMSnapToGeomModel_EGADS() local 600 PetscCall(DMLabelGetValue(bodyLabel, p, &bodyID)); in DMSnapToGeomModel_EGADS() 604 if (bodyID < 0) { 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 2524 PetscCall(DMLabelGetValue(bodyLabel, v, &bodyID)); in DMPlexInflateToGeomModelUseXYZ() 2529 …PetscCheck(bodyID < Nb, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Body %" PetscInt_FMT " is not … in DMPlexInflateToGeomModelUseXYZ() [all …]
|