#include <dune/localfunctions/lagrange/lobattopoints.hh>
List of all members.
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 = 0 |
Member Function Documentation
template<class Field >
template<unsigned int dim>
static void Dune::LobattoInnerPoints< Field, GenericGeometry::Point >::setup |
( |
const std::vector< Field > & |
points1D, |
|
|
LagrangePoint< Field, dim > * |
points |
|
) |
| |
|
inlinestatic |
template<class Field >
template<unsigned int dim>
static unsigned int Dune::LobattoInnerPoints< Field, GenericGeometry::Point >::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 >
static unsigned int Dune::LobattoInnerPoints< Field, GenericGeometry::Point >::size |
( |
const unsigned int |
order | ) |
|
|
inlinestatic |
Member Data Documentation
template<class Field >
const unsigned int Dune::LobattoInnerPoints< Field, GenericGeometry::Point >::dimension = 0 |
|
static |
The documentation for this struct was generated from the following file: