|
dune-grid 2.10
|
Describes the minimal information necessary to create a fully functional YaspEntity. More...
#include <dune/grid/yaspgrid/yaspgridentityseed.hh>
Public Member Functions | |
| YaspEntitySeed () | |
| default construct an invalid entity seed | |
| YaspEntitySeed (int level, std::array< int, dim > coord, int o=0) | |
| constructor | |
| bool | isValid () const |
| check whether the EntitySeed refers to a valid Entity | |
| int | level () const |
| const std::array< int, dim > & | coord () const |
| int | offset () const |
Static Public Attributes | |
| static constexpr int | codimension = codim |
| codimension of entity | |
Protected Attributes | |
| int | _l |
| std::array< int, dim > | _c |
| int | _o |
Describes the minimal information necessary to create a fully functional YaspEntity.
|
inline |
default construct an invalid entity seed
|
inline |
constructor
|
inline |
|
inline |
check whether the EntitySeed refers to a valid Entity
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
staticconstexpr |
codimension of entity