dune-pdelab  2.0.0
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 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

template<typename LFS >
typedef std::vector<CI> Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::CIVector
template<typename LFS >
typedef ConstraintsVector::const_iterator Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::ConstraintsIterator
template<typename LFS >
typedef std::vector<ConstraintsEntry> Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::ConstraintsVector
template<typename LFS >
typedef DI Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::DOFIndex
template<typename LFS >
typedef LFS::Traits::GridFunctionSpace Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::GFS
template<typename LFS >
typedef GFS::Ordering Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::Ordering
template<typename LFS >
typedef std::size_t Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::size_type

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename LFS >
ConstraintsIterator Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::constraintsBegin ( size_type  i) const
inline
template<typename LFS >
ConstraintsIterator Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::constraintsEnd ( size_type  i) const
inline
template<typename LFS >
CI Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::containerIndex ( size_type  i) const
inline
template<typename LFS >
CI Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::containerIndex ( const DI &  i) const
inline
template<typename LFS >
bool Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::isConstrained ( size_type  i) const
inline
template<typename LFS >
bool Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::isDirichletConstraint ( size_type  i) const
inline
template<typename LFS >
const LocalFunctionSpace& Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::localFunctionSpace ( ) const
inline
template<typename LFS >
size_type Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::size ( ) const
inline
template<typename LFS >
void Dune::PDELab::LFSIndexCacheBase< LFS, EmptyTransformation, SimpleLFSCacheTag >::update ( )
inline

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