dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::EntityIndexCache< GFS, map_dof_indices > Class Template Reference

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

Inheritance diagram for Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >:
Inheritance graph

Public Types

typedef GFS GridFunctionSpace
 
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< CICIVector
 
typedef std::vector< DIDIVector
 
typedef array< size_type,
leaf_count+1 > 
Offsets
 

Public Member Functions

 EntityIndexCache (const GFS &gfs)
 
template<typename Entity >
void update (const Entity &e)
 
const DIdofIndex (size_type i) const
 
const CIcontainerIndex (size_type i) const
 
const GridFunctionSpacegridFunctionSpace () const
 
size_type size () const
 
const Offsetsoffsets () const
 

Member Typedef Documentation

template<typename GFS, bool map_dof_indices = false>
typedef ContainerIndex Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::CI
template<typename GFS, bool map_dof_indices = false>
typedef std::vector<CI> Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::CIVector
template<typename GFS, bool map_dof_indices = false>
typedef Ordering::Traits::ContainerIndex Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::ContainerIndex
template<typename GFS, bool map_dof_indices = false>
typedef DOFIndex Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::DI
template<typename GFS, bool map_dof_indices = false>
typedef std::vector<DI> Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::DIVector
template<typename GFS, bool map_dof_indices = false>
typedef Ordering::Traits::DOFIndex Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::DOFIndex
template<typename GFS, bool map_dof_indices = false>
typedef GFS Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::GridFunctionSpace
template<typename GFS, bool map_dof_indices = false>
typedef array<size_type,leaf_count + 1> Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::Offsets
template<typename GFS, bool map_dof_indices = false>
typedef GFS::Ordering Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::Ordering
template<typename GFS, bool map_dof_indices = false>
typedef std::size_t Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::size_type

Constructor & Destructor Documentation

template<typename GFS, bool map_dof_indices = false>
Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::EntityIndexCache ( const GFS &  gfs)
inline

Member Function Documentation

template<typename GFS, bool map_dof_indices = false>
const CI& Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::containerIndex ( size_type  i) const
inline
template<typename GFS, bool map_dof_indices = false>
const DI& Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::dofIndex ( size_type  i) const
inline
template<typename GFS, bool map_dof_indices = false>
const GridFunctionSpace& Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::gridFunctionSpace ( ) const
inline
template<typename GFS, bool map_dof_indices = false>
const Offsets& Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::offsets ( ) const
inline
template<typename GFS, bool map_dof_indices = false>
size_type Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::size ( ) const
inline
template<typename GFS, bool map_dof_indices = false>
template<typename Entity >
void Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::update ( const Entity &  e)
inline

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