Bases: object
A MeshEntity represents a mesh entity associated with a specific topological dimension of some Mesh.
Overloaded versions
MeshEntity()
Default Constructor
MeshEntity(mesh, dim, index)
Constructor
The mesh.
The topological dimension.
The index.
Return topological dimension
Return number of incident mesh entities of given topological dimension
Return global index of mesh entity
Check if given entity is incident
Overloaded versions
index()
Return index of mesh entity
The index.
index(entity)
Compute local index of given incident entity (error if not found)
The mesh entity.
The local index of given entity.
Initialize mesh entity with given data
Determine whether an entity is a ‘ghost’ from another process
Determine if an entity is shared or not
Return unique mesh ID
Return local number of incident mesh entities of given topological dimension
The number of local incident MeshEntity objects of given dimension.
Return global number of incident mesh entities of given topological dimension
Get ownership of this entity - only really valid for cells
Return set of sharing processes
Return informal string representation (pretty-print)
The membership flag