Lines Matching refs:bodyID

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()
2530 body = bodies[bodyID]; in DMPlexInflateToGeomModelUseXYZ()
4909 PetscInt bodyID, faceID, edgeID, vertexID; in DMPlexGetGeomModelTUV() local
4948 PetscCall(DMLabelGetValue(bodyLabel, v, &bodyID)); in DMPlexGetGeomModelTUV()
4954 if (bodyID < 0 && Nb == 1) bodyID = 0; in DMPlexGetGeomModelTUV()
4955 …(bodyID >= 0 && bodyID < Nb, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Body %" PetscInt_FMT " fo… in DMPlexGetGeomModelTUV()
4956 body = bodies[bodyID]; in DMPlexGetGeomModelTUV()
5085 PetscInt bodyID, faceID, edgeID, vertexID; in DMPlexInflateToGeomModelUseTUV() local
5133 PetscCall(DMLabelGetValue(bodyLabel, v, &bodyID)); in DMPlexInflateToGeomModelUseTUV()
5139 if (bodyID < 0 && Nb == 1) bodyID = 0; in DMPlexInflateToGeomModelUseTUV()
5140 …(bodyID >= 0 && bodyID < Nb, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Body %" PetscInt_FMT " fo… in DMPlexInflateToGeomModelUseTUV()
5141 body = bodies[bodyID]; in DMPlexInflateToGeomModelUseTUV()