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