|
dune-pdelab
2.0.0
|
Classes | |
| class | EquidistantLagrangePolynomials |
| Lagrange polynomials of degree k at equidistant points as a class. More... | |
| class | GaussLobattoLagrangePolynomials |
| Lagrange polynomials at Gauss-Lobatto points. More... | |
| class | QkDGLocalCoefficients |
| Layout map for Q1 elements. More... | |
| class | QkGLLocalBasis |
| Lagrange shape functions of order k on the reference cube. More... | |
| class | QkGLLocalInterpolation |
| class | QkGLLocalInterpolation< 0, d, LB > |
| class | QkLocalBasis |
| Lagrange shape functions of order k on the reference cube. More... | |
| class | QkLocalInterpolation |
| class | QkLocalInterpolation< 0, d, LB > |
| struct | QkSize |
| struct | QkSize< 0, 1 > |
| struct | QkSize< 0, n > |
| struct | QkSize< k, 1 > |
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 | ||
| ) |
Referenced by Dune::PDELab::constraints(), Dune::PDELab::VariableQkDGLocalFiniteElementMap< M, D, R, d, maxP >::getFEM(), Dune::PDELab::VariableOPBLocalFiniteElementMap< M, D, R, d, ComputationFieldType, maxP, bt >::getFEM(), Dune::PDELab::VariableMonomLocalFiniteElementMap< M, D, R, d, maxP >::getFEM(), Dune::PDELab::VariableQkDGLocalFiniteElementMap< M, D, R, d, maxP >::getOrder(), Dune::PDELab::VariableOPBLocalFiniteElementMap< M, D, R, d, ComputationFieldType, maxP, bt >::getOrder(), Dune::PDELab::VariableMonomLocalFiniteElementMap< M, D, R, d, maxP >::getOrder(), Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::PkLocalFiniteElementMapBase(), Dune::PDELab::VariableQkDGLocalFiniteElementMap< M, D, R, d, maxP >::setOrder(), Dune::PDELab::VariableOPBLocalFiniteElementMap< M, D, R, d, ComputationFieldType, maxP, bt >::setOrder(), and Dune::PDELab::VariableMonomLocalFiniteElementMap< M, D, R, d, maxP >::setOrder().
1.8.7