|
dune-localfunctions
2.2.1
|
#include <dune/localfunctions/lagrange/equidistantpoints.hh>
Public Types | |
| typedef F | Field |
| typedef Dune::LagrangePoint < Field, dimension > | LagrangePoint |
| typedef std::vector < LagrangePoint > ::const_iterator | iterator |
Public Member Functions | |
| EquidistantPointSet (unsigned int order) | |
| template<class T > | |
| 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 T > | |
| static bool | supports (unsigned int order) |
Static Public Attributes | |
| static const unsigned int | dimension = dim |
Protected Attributes | |
| unsigned int | order_ |
| std::vector< LagrangePoint > | points_ |
|
inherited |
|
inherited |
|
inherited |
|
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 |
|
static |
|
protectedinherited |
Referenced by Dune::EmptyPointSet< F, dim >::order().
|
protectedinherited |
1.8.3.1