|
dune-fem 2.8.0
|
Abstract index mapper interface. More...
#include <dune/fem/storage/subvector.hh>

Public Types | |
| typedef IM | IndexMapperType |
| Type of the implementation (Barton-Nackman) | |
| typedef ThisType | IndexMapperInterfaceType |
| Type of the interface. | |
Public Member Functions | |
| unsigned int | operator[] (unsigned int index) const |
| Maps an index onto another one. | |
| unsigned int | range () const |
| Returns the map's range. | |
| unsigned int | size () const |
| Returns the map's size. | |
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 IM & | asImp (const ThisType &other) |
| static IM & | asImp (ThisType &other) |
Abstract index mapper interface.
| typedef ThisType Dune::Fem::IndexMapperInterface< IM >::IndexMapperInterfaceType |
Type of the interface.
| typedef IM Dune::Fem::IndexMapperInterface< IM >::IndexMapperType |
Type of the implementation (Barton-Nackman)
|
inlineprotected |
|
inlineprotected |
|
inlinestaticprotectedinherited |
|
inlinestaticprotected |
|
inlinestaticprotectedinherited |
|
inlinestaticprotected |
|
inline |
Maps an index onto another one.
|
inline |
Returns the map's range.
|
inline |
Returns the map's size.