#include <dune/localfunctions/lagrange/emptypoints.hh>
Public Types | |
typedef F | Field |
typedef Dune::LagrangePoint < Field, dimension > | LagrangePoint |
typedef std::vector < LagrangePoint > ::const_iterator | iterator |
Public Member Functions | |
const LagrangePoint & | operator[] (const unsigned int i) const |
iterator | begin () const |
iterator | end () const |
const LocalKey & | localKey (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< LagrangePoint > | points_ |
typedef F Dune::EmptyPointSet< F, dim >::Field |
Reimplemented in Dune::LobattoPointSet< F, dim >.
typedef std::vector< LagrangePoint >::const_iterator Dune::EmptyPointSet< F, dim >::iterator |
typedef Dune::LagrangePoint< Field, dimension > Dune::EmptyPointSet< F, dim >::LagrangePoint |
Dune::EmptyPointSet< F, dim >::EmptyPointSet | ( | const unsigned int | order | ) | [inline, protected] |
iterator Dune::EmptyPointSet< F, dim >::begin | ( | ) | const [inline] |
References Dune::EmptyPointSet< F, dim >::points_.
iterator Dune::EmptyPointSet< F, dim >::end | ( | ) | const [inline] |
References Dune::EmptyPointSet< F, dim >::points_.
const LocalKey& Dune::EmptyPointSet< F, dim >::localKey | ( | const unsigned int | i | ) | const [inline] |
const LagrangePoint& Dune::EmptyPointSet< F, dim >::operator[] | ( | const unsigned int | i | ) | const [inline] |
unsigned int Dune::EmptyPointSet< F, dim >::order | ( | ) | const [inline] |
References Dune::EmptyPointSet< F, dim >::order_.
Referenced by Dune::LobattoPointSet< F, dim >::build(), and Dune::EquidistantPointSet< F, dim >::build().
unsigned int Dune::EmptyPointSet< F, dim >::size | ( | ) | const [inline] |
References Dune::EmptyPointSet< F, dim >::points_.
Referenced by Dune::LobattoPointSet< F, dim >::Setup< Topology >::Init< SubTopology >::apply(), Dune::LobattoPointSet< F, dim >::Setup< Topology >::InitCodim< pdim >::apply(), Dune::EquidistantPointSet< F, dim >::Topology< T >::Init< pdim >::apply(), and Dune::EmptyPointSet< F, dim >::operator[]().
const unsigned int Dune::EmptyPointSet< F, dim >::dimension = dim [static] |
Reimplemented in Dune::EquidistantPointSet< F, dim >, and Dune::LobattoPointSet< F, dim >.
unsigned int Dune::EmptyPointSet< F, dim >::order_ [protected] |
Referenced by Dune::EmptyPointSet< F, dim >::order().
std::vector< LagrangePoint > Dune::EmptyPointSet< F, dim >::points_ [protected] |