|
__cuda_callable__ | MeshEntity (const MeshEntity &entity)=default |
|
__cuda_callable__ | MeshEntity (const MeshType &mesh, GlobalIndexType index) |
|
__cuda_callable__ GlobalIndexType | getIndex () const |
| Returns the index of this mesh entity.
|
|
__cuda_callable__ const MeshType & | getMesh () const |
| Returns a reference to the mesh that owns this mesh entity.
|
|
__cuda_callable__ PointType | getPoint () const |
| Returns the spatial coordinates of this vertex.
|
|
template<int Subdimension> |
__cuda_callable__ LocalIndexType | getSubentitiesCount () const |
| Returns the count of subentities of this entity.
|
|
template<int Subdimension> |
__cuda_callable__ GlobalIndexType | getSubentityIndex (LocalIndexType localIndex) const |
| Returns the global index of the subentity specified by its local index.
|
|
template<int Superdimension> |
__cuda_callable__ LocalIndexType | getSuperentitiesCount () const |
| Returns the count of superentities of this entity.
|
|
template<int Superdimension> |
__cuda_callable__ GlobalIndexType | getSuperentityIndex (LocalIndexType localIndex) const |
| Returns the global index of the superentity specified by its local index.
|
|
__cuda_callable__ TagType | getTag () const |
| Returns the tag associated with this entity.
|
|
__cuda_callable__ bool | operator!= (const MeshEntity &entity) const |
|
__cuda_callable__ MeshEntity & | operator= (const MeshEntity &entity)=default |
|
__cuda_callable__ bool | operator== (const MeshEntity &entity) const |
|