Dune Core Modules (2.6.0)

orthonormal.hh
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_ORTHONORMALFINITEELEMENT_HH
4 #define DUNE_ORTHONORMALFINITEELEMENT_HH
5 
6 #include <dune/localfunctions/utility/localfiniteelement.hh>
7 #include <dune/localfunctions/utility/dglocalcoefficients.hh>
8 #include <dune/localfunctions/utility/l2interpolation.hh>
9 #include <dune/localfunctions/orthonormal/orthonormalbasis.hh>
10 
11 namespace Dune
12 {
30  template< unsigned int dimDomain, class D, class R,
31  class SF=R, class CF=SF >
33  : public GenericLocalFiniteElement< OrthonormalBasisFactory< dimDomain, SF, CF >,
34  DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >,
35  LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >,true > >
36  {
40  public:
41  using typename Base::Traits;
42 
45  OrthonormalLocalFiniteElement ( const GeometryType &gt, unsigned int order )
46  : Base(gt, order)
47  {}
48  };
49 
50 }
51 
52 #endif
Unique label for each type of entities that can occur in DUNE grids.
Definition: type.hh:277
A class providing orthonormal basis functions.
Definition: orthonormal.hh:36
OrthonormalLocalFiniteElement(const GeometryType &gt, unsigned int order)
Definition: orthonormal.hh:45
bool gt(const T &first, const T &second, typename EpsilonType< T >::Type epsilon)
test if first greater than second
Definition: float_cmp.cc:147
Dune namespace.
Definition: alignedallocator.hh:10
A factory class for the dg local coefficients.
Definition: dglocalcoefficients.hh:71
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis,...
Definition: localfiniteelement.hh:22
traits helper struct
Definition: localfiniteelementtraits.hh:11
A factory class for the local l2 interpolations taking a basis factory.
Definition: l2interpolation.hh:188
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 4, 22:30, 2024)