#include <dune/localfunctions/lagrange/lobattopoints.hh>
List of all members.
Public Types |
typedef LobattoInnerPoints
< Field, Base > | LobattoBase |
Static Public Member Functions |
static unsigned int | size (const unsigned int order) |
template<unsigned int dim> |
static unsigned int | setupSimplex (const unsigned int iup, const unsigned int dimStart, unsigned int startPos, const std::vector< Field > &points1D, LagrangePoint< Field, dim > *points) |
template<unsigned int dim> |
static void | setup (const std::vector< Field > &points1D, LagrangePoint< Field, dim > *points) |
Static Public Attributes |
static const unsigned int | dimension = Base::dimension+1 |
template<class Field, class Base>
struct Dune::LobattoInnerPoints< Field, GenericGeometry::Prism< Base > >
Member Typedef Documentation
template<class Field , class Base >
typedef LobattoInnerPoints<Field,Base> Dune::LobattoInnerPoints< Field, GenericGeometry::Prism< Base > >::LobattoBase |
Member Function Documentation
template<class Field , class Base >
template<unsigned int dim>
static void Dune::LobattoInnerPoints< Field, GenericGeometry::Prism< Base > >::setup |
( |
const std::vector< Field > & |
points1D, |
|
|
LagrangePoint< Field, dim > * |
points |
|
) |
| [inline, static] |
template<class Field , class Base >
template<unsigned int dim>
static unsigned int Dune::LobattoInnerPoints< Field, GenericGeometry::Prism< Base > >::setupSimplex |
( |
const unsigned int |
iup, |
|
|
const unsigned int |
dimStart, |
|
|
unsigned int |
startPos, |
|
|
const std::vector< Field > & |
points1D, |
|
|
LagrangePoint< Field, dim > * |
points |
|
) |
| [inline, static] |
template<class Field , class Base >
static unsigned int Dune::LobattoInnerPoints< Field, GenericGeometry::Prism< Base > >::size |
( |
const unsigned int |
order | ) |
[inline, static] |
Member Data Documentation
template<class Field , class Base >
const unsigned int Dune::LobattoInnerPoints< Field, GenericGeometry::Prism< Base > >::dimension = Base::dimension+1 [static] |
The documentation for this struct was generated from the following file: