pygamer.tetmesh¶

Description

Submodule containing TetMesh along with related objects and methods.

Classes

Cell

Wrapper around a gamer::TMCell.

CellID

Wrapper around gamer::TetMesh::SimplexID<4> object

Edge

Wrapper around a gamer::TMEdge.

EdgeID

Wrapper around gamer::TetMesh::SimplexID<2> object

Face

Wrapper around a gamer::TMFace.

FaceID

Wrapper around gamer::TetMesh::SimplexID<3> object

TetMesh

Python wrapper around a gamer::TetMesh.

Vertex

Wrapper around a gamer::TMVertex.

VertexID

Wrapper around gamer::TetMesh::SimplexID<1> object.