CellNetwork.cell_face_vertices
- CellNetwork.cell_face_vertices(cell, face)[source]
The vertices of a face of a cell.
- Parameters:
- cellint
Identifier of the cell.
- faceint
Identifier of the face.
- Returns:
- list[int]
The vertices of the face of the cell.
See also
Notes
All of the returned vertices are part of the cell.
This method is similar to
face_vertices()
, but in the context of a cell of the VolMesh.