dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T > Class Template Reference

#include <dune/fem/space/mapper/dynamicnonblockmapper.hh>

Inheritance diagram for Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >:
Inheritance graph

Public Types

typedef BaseType::Traits Traits
 
typedef Traits::BlockMapperType BlockMapperType
 
typedef Traits::ElementType ElementType
 
typedef Traits::SizeType SizeType
 
typedef Traits::GlobalKeyType GlobalKeyType
 

Public Member Functions

 AdaptiveDofMapper (BlockMapperType &blockMapper, int blockSize)
 
bool consecutive () const
 
SizeType numBlocks () const
 
SizeType numberOfHoles (int block) const
 
GlobalKeyType oldIndex (int hole, int block) const
 
GlobalKeyType newIndex (int hole, 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
 
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
 
void mapEachEntityDof (const Entity &entity, Functor f) const
 
void mapEntityDofs (const Entity &entity, std::vector< GlobalKeyType > &indices) const
 
int maxNumDofs () const
 
SizeType numDofs (const ElementType &element) const
 
SizeType numEntityDofs (const Entity &entity) const
 
const BlockMapperTypeblockMapper () const
 
int blockSize () const
 

Static Public Member Functions

static constexpr bool consecutive () noexcept
 

Member Typedef Documentation

◆ BlockMapperType

template<class T >
typedef Traits::BlockMapperType Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::BlockMapperType

◆ ElementType

template<class T >
typedef Traits::ElementType Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::ElementType

◆ GlobalKeyType

template<class T >
typedef Traits::GlobalKeyType Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::GlobalKeyType

◆ SizeType

◆ Traits

Constructor & Destructor Documentation

◆ AdaptiveDofMapper()

template<class T >
Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::AdaptiveDofMapper ( BlockMapperType blockMapper,
int  blockSize 
)
inline

Member Function Documentation

◆ blockMapper()

◆ blockSize()

int Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::blockSize ( ) const
inlineinherited

◆ consecutive() [1/2]

template<class T >
bool Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::consecutive ( ) const
inline

◆ consecutive() [2/2]

static constexpr bool Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::consecutive ( )
inlinestaticconstexprnoexceptinherited

◆ contains()

bool Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::contains ( const int  codim) const
inlineinherited

◆ fixedDataSize()

bool Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::fixedDataSize ( int  codim) const
inlineinherited

◆ map()

void Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::map ( const ElementType element,
std::vector< GlobalKeyType > &  indices 
) const
inlineinherited

◆ mapEach()

void Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::mapEach ( const ElementType element,
Functor  f 
) const
inlineinherited

◆ mapEachEntityDof()

void Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::mapEachEntityDof ( const Entity &  entity,
Functor  f 
) const
inlineinherited

◆ mapEntityDofs()

void Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::mapEntityDofs ( const Entity &  entity,
std::vector< GlobalKeyType > &  indices 
) const
inlineinherited

◆ maxNumDofs()

int Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::maxNumDofs ( ) const
inlineinherited

◆ newIndex()

template<class T >
GlobalKeyType Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::newIndex ( int  hole,
int  block 
) const
inline

◆ numberOfHoles()

template<class T >
SizeType Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::numberOfHoles ( int  block) const
inline

◆ numBlocks()

template<class T >
SizeType Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::numBlocks ( ) const
inline

◆ numDofs()

SizeType Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::numDofs ( const ElementType element) const
inlineinherited

◆ numEntityDofs()

SizeType Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::numEntityDofs ( const Entity &  entity) const
inlineinherited

◆ offSet()

template<class T >
SizeType Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::offSet ( const int  block) const
inline

◆ oldIndex()

template<class T >
GlobalKeyType Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::oldIndex ( int  hole,
int  block 
) const
inline

◆ oldOffSet()

template<class T >
SizeType Dune::Fem::__DynamicNonBlockMapper::AdaptiveDofMapper< T >::oldOffSet ( const int  block) const
inline

◆ onSubEntity()

void Dune::Fem::__DynamicNonBlockMapper::DofMapper< T, Dune::Fem::AdaptiveDofMapper >::onSubEntity ( const ElementType element,
int  i,
int  c,
std::vector< bool > &  indices 
) const
inlineinherited

◆ size()


The documentation for this class was generated from the following file: