|
dune-grid 2.9.1
|
Loading...
Searching...
No Matches
Dune::YaspEntitySeed< codim, GridImp > Class Template Reference
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 |
Detailed Description
template<int codim, class GridImp>
class Dune::YaspEntitySeed< codim, GridImp >
class Dune::YaspEntitySeed< codim, GridImp >
Describes the minimal information necessary to create a fully functional YaspEntity.
Constructor & Destructor Documentation
◆ YaspEntitySeed() [1/2]
template<int codim, class GridImp >
|
inline |
default construct an invalid entity seed
◆ YaspEntitySeed() [2/2]
template<int codim, class GridImp >
|
inline |
constructor
Member Function Documentation
◆ coord()
template<int codim, class GridImp >
|
inline |
◆ isValid()
template<int codim, class GridImp >
|
inline |
check whether the EntitySeed refers to a valid Entity
◆ level()
template<int codim, class GridImp >
|
inline |
◆ offset()
template<int codim, class GridImp >
|
inline |
Member Data Documentation
◆ _c
template<int codim, class GridImp >
|
protected |
◆ _l
template<int codim, class GridImp >
|
protected |
◆ _o
template<int codim, class GridImp >
|
protected |
◆ codimension
template<int codim, class GridImp >
|
staticconstexpr |
codimension of entity
The documentation for this class was generated from the following files:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8