dune-localfunctions  2.7.0
lagrange.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 #ifndef DUNE_LOCALFUNCTIONS_LAGRANGE_HH
4 #define DUNE_LOCALFUNCTIONS_LAGRANGE_HH
5 
10 // Headers for Lagrange elements with run-time order
13 
17 
18 // Headers for Lagrange elements with compile-time order
30 
34 
39 
40 
41 namespace Dune
42 {
72  template< template <class,unsigned int> class LP,
73  unsigned int dimDomain, class D, class R,
74  class SF=R, class CF=SF >
76  : public GenericLocalFiniteElement< LagrangeBasisFactory< LP, dimDomain, SF, CF >,
77  LagrangeCoefficientsFactory<LP, dimDomain, SF >,
78  LagrangeInterpolationFactory< LP, dimDomain, SF > >
79  {
83  public:
84  typedef typename Base::Traits Traits;
85 
88  LagrangeLocalFiniteElement ( const GeometryType &gt, unsigned int order )
89  : Base( gt, order )
90  {}
91  };
92 }
93 
94 #endif // #ifndef DUNE_LOCALFUNCTIONS_LAGRANGE_HH
lagrangesimplex.hh
pk1d.hh
p23d.hh
dglocalcoefficients.hh
pyramidp2.hh
Dune
Definition: bdfmcube.hh:15
prismp1.hh
Dune::LagrangeLocalFiniteElement
Lagrange local finite elements for a given set of interpolation points.
Definition: lagrange.hh:75
pk2d.hh
q2.hh
p1.hh
Dune::LagrangeLocalFiniteElement::LagrangeLocalFiniteElement
LagrangeLocalFiniteElement(const GeometryType &gt, unsigned int order)
Definition: lagrange.hh:88
lagrangecoefficients.hh
Dune::LocalFiniteElementTraits
traits helper struct
Definition: localfiniteelementtraits.hh:10
Dune::LagrangeLocalFiniteElement::Traits
Base::Traits Traits
Definition: lagrange.hh:84
Dune::LagrangeInterpolationFactory
Definition: lagrange/interpolation.hh:21
pq22d.hh
Dune::GenericLocalFiniteElement
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis,...
Definition: localfiniteelement.hh:21
interpolation.hh
qk.hh
lagrangecube.hh
pk.hh
p0.hh
q1.hh
lagrangebasis.hh
Dune::LagrangeCoefficientsFactory
Definition: lagrangecoefficients.hh:20
prismp2.hh
pk3d.hh
p2.hh
pyramidp1.hh
localfiniteelement.hh