|
dune-pdelab
2.5-dev
|
#include <dune/pdelab/gridfunctionspace/lfsindexcache.hh>

Public Types | |
| typedef LFS | LocalFunctionSpace |
| typedef LFS::Traits::GridFunctionSpace | GFS |
| typedef GFS::Ordering | Ordering |
| typedef Ordering::Traits::ContainerIndex | ContainerIndex |
| typedef ContainerIndex | CI |
| typedef Ordering::Traits::DOFIndex | DOFIndex |
| typedef DOFIndex | DI |
| typedef std::size_t | size_type |
| typedef std::vector< CI > | CIVector |
| typedef std::unordered_map< DI, CI > | CIMap |
| typedef std::unordered_map< const CI *, std::pair< size_type, bool > > | InverseMap |
| typedef std::vector< ConstraintsEntry > | ConstraintsVector |
| typedef ConstraintsVector::const_iterator | ConstraintsIterator |
Public Member Functions | |
| template<typename CC > | |
| LFSIndexCache (const LFS &lfs, const CC &c, bool enable_constraints_caching=!std::is_same< C, EmptyTransformation >::value) | |
| LFSIndexCache (const LFS &lfs) | |
| void | update () |
| const DI & | dofIndex (size_type i) const |
| const CI & | containerIndex (size_type i) const |
| const CI & | containerIndex (const DI &i) const |
| bool | isConstrained (size_type i) const |
| bool | isDirichletConstraint (size_type i) const |
| ConstraintsIterator | constraintsBegin (size_type i) const |
| ConstraintsIterator | constraintsEnd (size_type i) const |
| const LocalFunctionSpace & | localFunctionSpace () const |
| size_type | size () const |
| std::pair< size_type, bool > | localIndex (const ContainerIndex &ci) const |
| size_type | offset (size_type i) const |
| size_type | extendedOffset (size_type i) const |
| bool | constraintsCachingEnabled () const |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inlineexplicit |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
1.8.17