dune-localfunctions  2.6-git
p2.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_P2_LOCALFINITEELEMENT_HH
4 #define DUNE_P2_LOCALFINITEELEMENT_HH
5 
6 #include "pk2d.hh"
7 #include "p23d.hh"
8 
9 namespace Dune
10 {
11 
14  template<class D, class R, int d>
16 
19  template<class D, class R>
20  class P2LocalFiniteElement<D, R, 2>
21  : public Pk2DLocalFiniteElement<D, R, 2>
22  {};
23 
26  template<class D, class R>
27  class P2LocalFiniteElement<D, R, 3>
28  : public P23DLocalFiniteElement<D, R>
29  {};
30 
31 }
32 
33 #endif
pk2d.hh
Dune::P2LocalFiniteElement
Definition: p2.hh:15
Dune::P23DLocalFiniteElement
Definition: p23d.hh:19
p23d.hh
Dune::Pk2DLocalFiniteElement
Definition: pk2d.hh:22
Dune
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15