dune-pdelab  2.7-git
Classes | Namespaces | Functions
qkdglegendre.hh File Reference
#include <numeric>
#include <vector>
#include <dune/common/fvector.hh>
#include <dune/common/deprecated.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dune/localfunctions/common/localbasis.hh>
#include <dune/localfunctions/common/localfiniteelementtraits.hh>
#include <dune/localfunctions/common/localkey.hh>
#include <dune/localfunctions/common/localtoglobaladaptors.hh>

Go to the source code of this file.

Classes

struct  Dune::LegendreStuff::LegendreSize< k, n >
 
struct  Dune::LegendreStuff::LegendreSize< 0, 1 >
 
struct  Dune::LegendreStuff::LegendreSize< k, 1 >
 
struct  Dune::LegendreStuff::LegendreSize< 0, n >
 
class  Dune::LegendreStuff::LegendrePolynomials1d< D, R, k >
 The 1d Legendre Polynomials (k=0,1 are specialized below) More...
 
class  Dune::LegendreStuff::LegendrePolynomials1d< D, R, 0 >
 
class  Dune::LegendreStuff::LegendrePolynomials1d< D, R, 1 >
 
class  Dune::LegendreStuff::DGLegendreLocalBasis< D, R, k, d >
 Lagrange shape functions of order k on the reference cube. More...
 
class  Dune::LegendreStuff::DGLegendreLocalInterpolation< D, R, k, d >
 determine degrees of freedom More...
 
class  Dune::LegendreStuff::DGLegendreLocalCoefficients< k, d >
 Layout map for Q1 elements. More...
 
class  Dune::QkDGLegendreLocalFiniteElement< D, R, k, d >
 
class  Dune::QkDGLegendreFiniteElementFactory< Geometry, RF, k >
 Factory for global-valued DGLegendre elements. More...
 

Namespaces

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

Functions

template<int k, int d>
Dune::FieldVector< int, d > Dune::LegendreStuff::multiindex (int i)