dune-grid 2.9.0
|
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 More... | |
YaspEntitySeed (int level, std::array< int, dim > coord, int o=0) | |
constructor More... | |
bool | isValid () const |
check whether the EntitySeed refers to a valid Entity More... | |
int | level () const |
const std::array< int, dim > & | coord () const |
int | offset () const |
Static Public Attributes | |
static constexpr int | codimension = codim |
codimension of entity More... | |
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