|
dune-fem 2.8.0
|
Index mapper which simply adds an offset to the index. More...
#include <dune/fem/storage/subvector.hh>

Public Types | |
| typedef OffsetSubMapper | IndexMapperType |
| Type of the implementation (Barton-Nackman) | |
| typedef ThisType | IndexMapperInterfaceType |
| Type of the interface. | |
Public Member Functions | |
| OffsetSubMapper (unsigned int size, unsigned int offset) | |
| OffsetSubMapper (const ThisType &)=default | |
| OffsetSubMapper (ThisType &&)=default | |
| unsigned int | size () const |
| unsigned int | range () const |
| unsigned int | operator[] (unsigned int i) const |
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 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 |
|
inline |
|
inline |