dune-fem  2.4.1-rc
Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::__IndexSetDofMapper::DofMapper< GridPart >::MapFunctor< Functor > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/mapper/indexsetdofmapper.hh>

Public Member Functions

 MapFunctor (const GridPart &gridPart, const std::vector< SubEntityInfo > &subEntityInfo, const ElementType &element, Functor functor)
 
template<class Iterator >
void operator() (unsigned int gtIndex, unsigned int subEntity, Iterator it, Iterator end)
 

Static Public Attributes

static const bool isCartesian
 

Constructor & Destructor Documentation

template<class GridPart>
template<class Functor>
Dune::Fem::__IndexSetDofMapper::DofMapper< GridPart >::MapFunctor< Functor >::MapFunctor ( const GridPart &  gridPart,
const std::vector< SubEntityInfo > &  subEntityInfo,
const ElementType element,
Functor  functor 
)
inline

Member Function Documentation

template<class GridPart>
template<class Functor>
template<class Iterator >
void Dune::Fem::__IndexSetDofMapper::DofMapper< GridPart >::MapFunctor< Functor >::operator() ( unsigned int  gtIndex,
unsigned int  subEntity,
Iterator  it,
Iterator  end 
)
inline

Member Data Documentation

template<class GridPart>
template<class Functor>
const bool Dune::Fem::__IndexSetDofMapper::DofMapper< GridPart >::MapFunctor< Functor >::isCartesian
static
Initial value:
= Dune::Capabilities::
isCartesian< typename GridPart :: GridType > :: v

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