dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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 std::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

◆ CI

template<typename GFS , bool map_dof_indices = false>
typedef ContainerIndex Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::CI

◆ CIVector

template<typename GFS , bool map_dof_indices = false>
typedef std::vector<CI> Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::CIVector

◆ ContainerIndex

template<typename GFS , bool map_dof_indices = false>
typedef Ordering::Traits::ContainerIndex Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::ContainerIndex

◆ DI

template<typename GFS , bool map_dof_indices = false>
typedef DOFIndex Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::DI

◆ DIVector

template<typename GFS , bool map_dof_indices = false>
typedef std::vector<DI> Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::DIVector

◆ DOFIndex

template<typename GFS , bool map_dof_indices = false>
typedef Ordering::Traits::DOFIndex Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::DOFIndex

◆ GridFunctionSpace

template<typename GFS , bool map_dof_indices = false>
typedef GFS Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::GridFunctionSpace

◆ Offsets

template<typename GFS , bool map_dof_indices = false>
typedef std::array<size_type,leaf_count + 1> Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::Offsets

◆ Ordering

template<typename GFS , bool map_dof_indices = false>
typedef GFS::Ordering Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::Ordering

◆ size_type

template<typename GFS , bool map_dof_indices = false>
typedef std::size_t Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::size_type

Constructor & Destructor Documentation

◆ EntityIndexCache()

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

Member Function Documentation

◆ containerIndex()

template<typename GFS , bool map_dof_indices = false>
const CI & Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::containerIndex ( size_type  i) const
inline

◆ dofIndex()

template<typename GFS , bool map_dof_indices = false>
const DI & Dune::PDELab::EntityIndexCache< GFS, map_dof_indices >::dofIndex ( size_type  i) const
inline

◆ gridFunctionSpace()

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

◆ offsets()

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

◆ size()

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

◆ update()

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: