#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 |
Member Typedef Documentation
template<class Field , class Base >
typedef LobattoInnerPoints<Field,Base> Dune::LobattoInnerPoints< Field, GenericGeometry::Pyramid< Base > >::LobattoBase |
Member Function Documentation
template<class Field , class Base >
template<unsigned int dim>
static void Dune::LobattoInnerPoints< Field, GenericGeometry::Pyramid< Base > >::setup |
( |
const std::vector< Field > & |
points1D, |
|
|
LagrangePoint< Field, dim > * |
points |
|
) |
| |
|
inlinestatic |
template<class Field , class Base >
template<unsigned int dim>
static unsigned int Dune::LobattoInnerPoints< Field, GenericGeometry::Pyramid< Base > >::setupSimplex |
( |
const unsigned int |
iup, |
|
|
const unsigned int |
dimStart, |
|
|
unsigned int |
startPos, |
|
|
const std::vector< Field > & |
points1D, |
|
|
LagrangePoint< Field, dim > * |
points |
|
) |
| |
|
inlinestatic |
template<class Field , class Base >
static unsigned int Dune::LobattoInnerPoints< Field, GenericGeometry::Pyramid< Base > >::size |
( |
const unsigned int |
order | ) |
|
|
inlinestatic |
Member Data Documentation
template<class Field , class Base >
const unsigned int Dune::LobattoInnerPoints< Field, GenericGeometry::Pyramid< Base > >::dimension = Base::dimension+1 |
|
static |
The documentation for this struct was generated from the following file: