#include <dune/fem/space/mapper/nonblockmapper.hh>
|
| | AdaptiveDofMapper (BlockMapperType &blockMapper) |
| |
| bool | consecutive () const |
| |
| SizeType | numBlocks () const |
| |
| SizeType | numberOfHoles (const int block) const |
| |
| GlobalKeyType | oldIndex (const int hole, const int block) const |
| |
| GlobalKeyType | newIndex (const int hole, const int block) const |
| |
| SizeType | oldOffSet (const int block) const |
| |
| SizeType | offSet (const int block) const |
| |
| SizeType | size () const |
| |
| bool | contains (const int codim) const |
| |
| bool | fixedDataSize (int codim) const |
| |
| template<class Functor > |
| void | mapEach (const ElementType &element, Functor f) const |
| |
| void | map (const ElementType &element, std::vector< GlobalKeyType > &indices) const |
| |
| void | onSubEntity (const ElementType &element, int i, int c, std::vector< bool > &indices) const |
| |
| template<class Entity , class Functor > |
| void | mapEachEntityDof (const Entity &entity, Functor f) const |
| |
| template<class Entity > |
| void | mapEntityDofs (const Entity &entity, std::vector< GlobalKeyType > &indices) const |
| |
| int | maxNumDofs () const |
| |
| SizeType | numDofs (const ElementType &element) const |
| |
| template<class Entity > |
| SizeType | numEntityDofs (const Entity &entity) const |
| |
| const BlockMapperType & | blockMapper () const |
| |
| void | update () |
| |
|
| static const int | blockSize = Traits::blockSize |
| |
◆ BlockMapperType
◆ ElementType
◆ GlobalKeyType
◆ SizeType
◆ Traits
◆ AdaptiveDofMapper()
◆ blockMapper()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
◆ consecutive() [1/2]
◆ consecutive() [2/2]
template<class T , template< class > class Base = Dune::Fem::DofMapper>
|
|
inlinestaticconstexprnoexceptinherited |
◆ contains()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
◆ fixedDataSize()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
◆ map()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
◆ mapEach()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
template<class Functor >
◆ mapEachEntityDof()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
template<class Entity , class Functor >
◆ mapEntityDofs()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
template<class Entity >
◆ maxNumDofs()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
◆ newIndex()
◆ numberOfHoles()
◆ numBlocks()
◆ numDofs()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
◆ numEntityDofs()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
template<class Entity >
◆ offSet()
◆ oldIndex()
◆ oldOffSet()
◆ onSubEntity()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
◆ size()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
◆ update()
template<class T , template< class > class Base = Dune::Fem::DofMapper>
◆ blockSize
The documentation for this class was generated from the following file: