dune-pdelab  2.5-dev
Classes | Public Types | Public Member Functions | List of all members
Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag > Class Template Reference

#include <dune/pdelab/gridfunctionspace/lfsindexcache.hh>

Classes

struct  ConstraintsEntry
 

Public Types

typedef LFS LocalFunctionSpace
 
typedef LFS::Traits::GridFunctionSpace GFS
 
typedef GFS::Ordering Ordering
 
typedef CI ContainerIndex
 
typedef DI DOFIndex
 
typedef std::size_t size_type
 
typedef std::vector< CI > CIVector
 
typedef std::unordered_map< DI, CI > CIMap
 
typedef std::vector< ConstraintsEntry > ConstraintsVector
 
typedef ConstraintsVector::const_iterator ConstraintsIterator
 

Public Member Functions

 LFSIndexCacheBase (const LFS &lfs)
 
template<typename C >
 LFSIndexCacheBase (const LFS &lfs, const C &c)
 
void update ()
 
CI containerIndex (size_type i) 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 LocalFunctionSpacelocalFunctionSpace () const
 
size_type size () const
 

Member Typedef Documentation

◆ CIMap

template<typename LFS >
typedef std::unordered_map<DI,CI> Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::CIMap

◆ CIVector

template<typename LFS >
typedef std::vector<CI> Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::CIVector

◆ ConstraintsIterator

template<typename LFS >
typedef ConstraintsVector::const_iterator Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::ConstraintsIterator

◆ ConstraintsVector

template<typename LFS >
typedef std::vector<ConstraintsEntry> Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::ConstraintsVector

◆ ContainerIndex

◆ DOFIndex

template<typename LFS >
typedef DI Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::DOFIndex

◆ GFS

template<typename LFS >
typedef LFS::Traits::GridFunctionSpace Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::GFS

◆ LocalFunctionSpace

◆ Ordering

template<typename LFS >
typedef GFS::Ordering Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::Ordering

◆ size_type

template<typename LFS >
typedef std::size_t Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::size_type

Constructor & Destructor Documentation

◆ LFSIndexCacheBase() [1/2]

template<typename LFS >
Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::LFSIndexCacheBase ( const LFS &  lfs)
inlineexplicit

◆ LFSIndexCacheBase() [2/2]

template<typename LFS >
template<typename C >
Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::LFSIndexCacheBase ( const LFS &  lfs,
const C &  c 
)
inline

Member Function Documentation

◆ constraintsBegin()

template<typename LFS >
ConstraintsIterator Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::constraintsBegin ( size_type  i) const
inline

◆ constraintsEnd()

template<typename LFS >
ConstraintsIterator Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::constraintsEnd ( size_type  i) const
inline

◆ containerIndex() [1/2]

template<typename LFS >
CI Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::containerIndex ( size_type  i) const
inline

◆ containerIndex() [2/2]

template<typename LFS >
CI Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::containerIndex ( const DI &  i) const
inline

◆ isConstrained()

template<typename LFS >
bool Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::isConstrained ( size_type  i) const
inline

◆ isDirichletConstraint()

template<typename LFS >
bool Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::isDirichletConstraint ( size_type  i) const
inline

◆ localFunctionSpace()

template<typename LFS >
const LocalFunctionSpace& Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::localFunctionSpace ( ) const
inline

◆ size()

template<typename LFS >
size_type Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::size ( ) const
inline

◆ update()

template<typename LFS >
void Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::update ( )
inline

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