dune-fem  2.4.1-rc
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::PartitionIteratorProvider< DiscreteFunctionSpace, pitype > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/misc/iteratorprovider.hh>

Public Types

typedef DiscreteFunctionSpace::GridPartType GridPartType
 
typedef GridPartType::template Codim< codimension >::template Partition< pitype >::IteratorType IteratorType
 

Public Member Functions

 PartitionIteratorProvider (const DiscreteFunctionSpace &space)
 
IteratorType begin () const
 
IteratorType end () const
 

Static Public Attributes

static const int codimension = DiscreteFunctionSpace::Traits::codimension
 

Member Typedef Documentation

template<class DiscreteFunctionSpace , PartitionIteratorType pitype>
typedef DiscreteFunctionSpace::GridPartType Dune::Fem::PartitionIteratorProvider< DiscreteFunctionSpace, pitype >::GridPartType
template<class DiscreteFunctionSpace , PartitionIteratorType pitype>
typedef GridPartType::template Codim< codimension >::template Partition< pitype >::IteratorType Dune::Fem::PartitionIteratorProvider< DiscreteFunctionSpace, pitype >::IteratorType

Constructor & Destructor Documentation

template<class DiscreteFunctionSpace , PartitionIteratorType pitype>
Dune::Fem::PartitionIteratorProvider< DiscreteFunctionSpace, pitype >::PartitionIteratorProvider ( const DiscreteFunctionSpace space)
inlineexplicit

Member Function Documentation

template<class DiscreteFunctionSpace , PartitionIteratorType pitype>
IteratorType Dune::Fem::PartitionIteratorProvider< DiscreteFunctionSpace, pitype >::begin ( ) const
inline
template<class DiscreteFunctionSpace , PartitionIteratorType pitype>
IteratorType Dune::Fem::PartitionIteratorProvider< DiscreteFunctionSpace, pitype >::end ( ) const
inline

Member Data Documentation

template<class DiscreteFunctionSpace , PartitionIteratorType pitype>
const int Dune::Fem::PartitionIteratorProvider< DiscreteFunctionSpace, pitype >::codimension = DiscreteFunctionSpace::Traits::codimension
static

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