dune-localfunctions
2.2.1
|
#include <dune/localfunctions/lagrange/lobattopoints.hh>
Public Types | |
typedef F | Field |
typedef EmptyPointSet< F, dim > | Base |
typedef Base::LagrangePoint | Point |
typedef Dune::LagrangePoint < Field, dimension > | LagrangePoint |
typedef std::vector < LagrangePoint > ::const_iterator | iterator |
Public Member Functions | |
LobattoPointSet (unsigned int order) | |
template<class Topology > | |
bool | build () |
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 Member Functions | |
template<class Topology > | |
static bool | supports (unsigned int order) |
Static Public Attributes | |
static const unsigned int | dimension = dim |
Protected Attributes | |
unsigned int | order_ |
std::vector< LagrangePoint > | points_ |
typedef EmptyPointSet<F,dim> Dune::LobattoPointSet< F, dim >::Base |
typedef F Dune::LobattoPointSet< F, dim >::Field |
|
inherited |
|
inherited |
typedef Base::LagrangePoint Dune::LobattoPointSet< F, dim >::Point |
|
inline |
|
inlineinherited |
References Dune::EmptyPointSet< F, dim >::points_.
|
inline |
|
inlineinherited |
References Dune::EmptyPointSet< F, dim >::points_.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
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[]().
|
inlinestatic |
References Dune::value.
|
static |
|
protectedinherited |
Referenced by Dune::EmptyPointSet< F, dim >::order().
|
protectedinherited |