dune-pdelab  2.7-git
Classes | Namespaces | Functions
qkdglagrange.hh File Reference
#include <numeric>
#include <dune/localfunctions/common/localbasis.hh>
#include <dune/localfunctions/common/localkey.hh>
#include <dune/localfunctions/common/localfiniteelementtraits.hh>
#include <dune/localfunctions/common/localinterpolation.hh>
#include <dune/localfunctions/common/localtoglobaladaptors.hh>

Go to the source code of this file.

Classes

struct  Dune::QkStuff::QkSize< k, n >
 
struct  Dune::QkStuff::QkSize< 0, 1 >
 
struct  Dune::QkStuff::QkSize< k, 1 >
 
struct  Dune::QkStuff::QkSize< 0, n >
 
class  Dune::QkStuff::EquidistantLagrangePolynomials< D, R, k >
 Lagrange polynomials of degree k at equidistant points as a class. More...
 
class  Dune::QkStuff::QkLocalBasis< D, R, k, d >
 Lagrange shape functions of order k on the reference cube. More...
 
class  Dune::QkStuff::QkDGLocalCoefficients< k, d >
 Layout map for Q1 elements. More...
 
class  Dune::QkStuff::QkLocalInterpolation< k, d, LB >
 
class  Dune::QkStuff::QkLocalInterpolation< 0, d, LB >
 
class  Dune::QkDGLagrangeLocalFiniteElement< D, R, k, d >
 
class  Dune::QkDGFiniteElementFactory< Geometry, RF, k >
 Factory for global-valued QkDG elements. More...
 

Namespaces

 Dune
 For backward compatibility – Do not use this!
 
 Dune::QkStuff
 

Functions

template<class D , class R , int k>
Dune::QkStuff::p (int i, D x)
 
template<class D , class R , int k>
Dune::QkStuff::dp (int i, D x)
 
template<int k, int d>
Dune::FieldVector< int, d > Dune::QkStuff::multiindex (int i)