VertexID¶
- class pygamer.tetmesh.VertexID¶
Wrapper around
gamer::TetMesh::SimplexID<1> object.This is a token to represent a 1-simplex object. It serves as a reference to the actual object.
Methods
VertexID.__init__(self)VertexID.cover(self)Get the coboundary relations of this simplex.
VertexID.data(self)Access the data stored on the 1-simplex.
VertexID.indices(self)Get the indices of this simplex.
VertexID.isValid(self)Checks if VertexID refers to a valid simplex.