dune-fem 2.8.0
|
Index mapper with static size which simply adds an offset to the index. More...
#include <dune/fem/storage/subvector.hh>
Public Types | |
typedef StaticOffsetSubMapper< dim > | IndexMapperType |
Type of the implementation (Barton-Nackman) | |
typedef ThisType | IndexMapperInterfaceType |
Type of the interface. | |
Public Member Functions | |
StaticOffsetSubMapper (unsigned int offset) | |
StaticOffsetSubMapper (const ThisType &)=default | |
StaticOffsetSubMapper (ThisType &&)=default | |
unsigned int | operator[] (unsigned int i) const |
unsigned int | range () const |
Returns the map's range. | |
unsigned int | size () const |
Returns the map's size. | |
Static Public Member Functions | |
static constexpr unsigned int | size () |
static constexpr unsigned int | range () |
Protected Member Functions | |
const Implementation & | asImp () const |
Implementation & | asImp () |
Static Protected Member Functions | |
static const Implementation & | asImp (const ThisType &other) |
static Implementation & | asImp (ThisType &other) |
static const Implementation & | asImp (const ThisType &other) |
static Implementation & | asImp (ThisType &other) |
Index mapper with static size which simply adds an offset to the index.
|
inherited |
Type of the interface.
|
inherited |
Type of the implementation (Barton-Nackman)
|
inline |
|
default |
|
default |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inline |
|
inlinestaticconstexpr |
|
inlineinherited |
Returns the map's range.
|
inlinestaticconstexpr |
|
inlineinherited |
Returns the map's size.