dune-pdelab
2.7-git
|
Classes | |
struct | QkSize |
struct | QkSize< 0, 1 > |
struct | QkSize< k, 1 > |
struct | QkSize< 0, n > |
class | EquidistantLagrangePolynomials |
Lagrange polynomials of degree k at equidistant points as a class. More... | |
class | QkLocalBasis |
Lagrange shape functions of order k on the reference cube. More... | |
class | QkDGLocalCoefficients |
Layout map for Q1 elements. More... | |
class | QkLocalInterpolation |
class | QkLocalInterpolation< 0, d, LB > |
class | GaussLobattoLagrangePolynomials |
Lagrange polynomials at Gauss-Lobatto points. More... | |
class | QkGLLocalBasis |
Lagrange shape functions of order k on the reference cube. More... | |
class | QkGLLocalInterpolation |
class | QkGLLocalInterpolation< 0, d, LB > |
Functions | |
template<class D , class R , int k> | |
R | p (int i, D x) |
template<class D , class R , int k> | |
R | dp (int i, D x) |
template<int k, int d> | |
Dune::FieldVector< int, d > | multiindex (int i) |
R Dune::QkStuff::dp | ( | int | i, |
D | x | ||
) |
Dune::FieldVector<int,d> Dune::QkStuff::multiindex | ( | int | i | ) |
R Dune::QkStuff::p | ( | int | i, |
D | x | ||
) |