dune-localfunctions
2.2.1
|
#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 |
typedef std::vector< LagrangePoint >::const_iterator Dune::EmptyPointSet< F, dim >::iterator |
typedef Dune::LagrangePoint< Field, dimension > Dune::EmptyPointSet< F, dim >::LagrangePoint |
|
inlineprotected |
|
inline |
References Dune::EmptyPointSet< F, dim >::points_.
|
inline |
References Dune::EmptyPointSet< F, dim >::points_.
|
inline |
|
inline |
|
inline |
|
inline |
References Dune::EmptyPointSet< F, dim >::points_.
Referenced by Dune::EquidistantPointSet< F, dim >::Topology< T >::Init< pdim >::apply(), Dune::LobattoPointSet< F, dim >::Setup< Topology >::InitCodim< pdim >::apply(), Dune::LobattoPointSet< F, dim >::Setup< Topology >::Init< SubTopology >::apply(), and Dune::EmptyPointSet< F, dim >::operator[]().
|
static |
|
protected |
Referenced by Dune::EmptyPointSet< F, dim >::order().
|
protected |