dune-localfunctions  2.2.1
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Dune::EmptyPointSet< F, dim > Class Template Reference

#include <dune/localfunctions/lagrange/emptypoints.hh>

Inheritance diagram for Dune::EmptyPointSet< F, dim >:
Dune::EquidistantPointSet< F, dim > Dune::LobattoPointSet< F, dim >

Public Types

typedef F Field
 
typedef Dune::LagrangePoint
< Field, dimension
LagrangePoint
 
typedef std::vector
< LagrangePoint >
::const_iterator 
iterator
 

Public Member Functions

const LagrangePointoperator[] (const unsigned int i) const
 
iterator begin () const
 
iterator end () const
 
const LocalKeylocalKey (const unsigned int i) const
 
unsigned int order () const
 
unsigned int size () const
 

Static Public Attributes

static const unsigned int dimension = dim
 

Protected Member Functions

 EmptyPointSet (const unsigned int order)
 

Protected Attributes

unsigned int order_
 
std::vector< LagrangePointpoints_
 

Member Typedef Documentation

template<class F , unsigned int dim>
typedef F Dune::EmptyPointSet< F, dim >::Field
template<class F , unsigned int dim>
typedef std::vector< LagrangePoint >::const_iterator Dune::EmptyPointSet< F, dim >::iterator
template<class F , unsigned int dim>
typedef Dune::LagrangePoint< Field, dimension > Dune::EmptyPointSet< F, dim >::LagrangePoint

Constructor & Destructor Documentation

template<class F , unsigned int dim>
Dune::EmptyPointSet< F, dim >::EmptyPointSet ( const unsigned int  order)
inlineprotected

Member Function Documentation

template<class F , unsigned int dim>
iterator Dune::EmptyPointSet< F, dim >::begin ( ) const
inline
template<class F , unsigned int dim>
iterator Dune::EmptyPointSet< F, dim >::end ( ) const
inline
template<class F , unsigned int dim>
const LocalKey& Dune::EmptyPointSet< F, dim >::localKey ( const unsigned int  i) const
inline
template<class F , unsigned int dim>
const LagrangePoint& Dune::EmptyPointSet< F, dim >::operator[] ( const unsigned int  i) const
inline
template<class F , unsigned int dim>
unsigned int Dune::EmptyPointSet< F, dim >::order ( ) const
inline
template<class F , unsigned int dim>
unsigned int Dune::EmptyPointSet< F, dim >::size ( ) const
inline

Member Data Documentation

template<class F , unsigned int dim>
const unsigned int Dune::EmptyPointSet< F, dim >::dimension = dim
static
template<class F , unsigned int dim>
unsigned int Dune::EmptyPointSet< F, dim >::order_
protected
template<class F , unsigned int dim>
std::vector< LagrangePoint > Dune::EmptyPointSet< F, dim >::points_
protected

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