Dune Core Modules (2.6.0)

raviartthomassimplex.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_RAVIARTTHOMAS_SIMPLEX_HH
4 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH
5 
6 #include <dune/localfunctions/utility/localfiniteelement.hh>
7 #include "raviartthomassimplex/raviartthomassimplexbasis.hh"
8 
15 namespace Dune
16 {
33  template<unsigned int dimDomain, class D, class R,
34  class SF=R, class CF=SF>
36  : public GenericLocalFiniteElement<RaviartThomasBasisFactory<dimDomain, SF, CF>,
37  RaviartThomasCoefficientsFactory<dimDomain>,
38  RaviartThomasL2InterpolationFactory<dimDomain, SF> >
39  {
41  RaviartThomasCoefficientsFactory<dimDomain>,
42  RaviartThomasL2InterpolationFactory<dimDomain, SF> > Base;
43  public:
44  using typename Base::Traits;
45 
48  : Base(gt, order)
49  {}
50  };
51 } // namespace Dune
52 
53 #endif // #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH
Unique label for each type of entities that can occur in DUNE grids.
Definition: type.hh:277
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension.
Definition: raviartthomassimplex.hh:39
RaviartThomasSimplexLocalFiniteElement(const GeometryType &gt, unsigned int order)
Definition: raviartthomassimplex.hh:47
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 LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis,...
Definition: localfiniteelement.hh:22
traits helper struct
Definition: localfiniteelementtraits.hh:11
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 4, 22:30, 2024)