|
dune-localfunctions
2.2.0
|
#include <dune/localfunctions/lagrange/lobattopoints.hh>
Classes | |
| struct | Setup |
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 |
Reimplemented from Dune::EmptyPointSet< F, dim >.
typedef std::vector< LagrangePoint >::const_iterator Dune::EmptyPointSet< F, dim >::iterator [inherited] |
typedef Dune::LagrangePoint< Field, dimension > Dune::EmptyPointSet< F, dim >::LagrangePoint [inherited] |
| typedef Base::LagrangePoint Dune::LobattoPointSet< F, dim >::Point |
| Dune::LobattoPointSet< F, dim >::LobattoPointSet | ( | unsigned int | order | ) | [inline] |
| iterator Dune::EmptyPointSet< F, dim >::begin | ( | ) | const [inline, inherited] |
References Dune::EmptyPointSet< F, dim >::points_.
| bool Dune::LobattoPointSet< F, dim >::build | ( | ) | [inline] |
| iterator Dune::EmptyPointSet< F, dim >::end | ( | ) | const [inline, inherited] |
References Dune::EmptyPointSet< F, dim >::points_.
| const LocalKey& Dune::EmptyPointSet< F, dim >::localKey | ( | const unsigned int | i | ) | const [inline, inherited] |
| const LagrangePoint& Dune::EmptyPointSet< F, dim >::operator[] | ( | const unsigned int | i | ) | const [inline, inherited] |
| unsigned int Dune::EmptyPointSet< F, dim >::order | ( | ) | const [inline, inherited] |
| unsigned int Dune::EmptyPointSet< F, dim >::size | ( | ) | const [inline, inherited] |
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 bool Dune::LobattoPointSet< F, dim >::supports | ( | unsigned int | order | ) | [inline, static] |
References Dune::value.
const unsigned int Dune::LobattoPointSet< F, dim >::dimension = dim [static] |
Reimplemented from Dune::EmptyPointSet< F, dim >.
Referenced by Dune::LobattoPointSet< F, dim >::Setup< Topology >::Init< SubTopology >::apply(), and Dune::LobattoPointSet< F, dim >::build().
unsigned int Dune::EmptyPointSet< F, dim >::order_ [protected, inherited] |
Referenced by Dune::EmptyPointSet< F, dim >::order().
std::vector< LagrangePoint > Dune::EmptyPointSet< F, dim >::points_ [protected, inherited] |
1.7.6.1