dune-grid
2.2.0
|
#include <dune/grid/yaspgrid.hh>
Public Types | |
enum | { codimension = codim } |
codimension of entity pointer More... |
Public Member Functions | |
YaspEntitySeed (int level, FieldVector< int, dim > coord) | |
constructor | |
YaspEntitySeed (const YaspEntitySeed &rhs) | |
copy constructor | |
int | level () const |
const FieldVector< int, dim > & | coord () const |
Protected Attributes | |
int | _l |
FieldVector< int, dim > | _c |
YaspEntitySeed describes the minimal information necessary to create a fully functional YaspEntity
anonymous enum |
|
inline |
constructor
|
inline |
copy constructor
|
inline |
References Dune::YaspEntitySeed< codim, GridImp >::_c.
|
inline |
References Dune::YaspEntitySeed< codim, GridImp >::_l.
|
protected |
Referenced by Dune::YaspEntitySeed< codim, GridImp >::coord().
|
protected |
Referenced by Dune::YaspEntitySeed< codim, GridImp >::level().