dune-localfunctions
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
localfunctions
lagrange
p2.hh
Go to the documentation of this file.
1
// -*- tab-width: 4; indent-tabs-mode: nil -*-
2
#ifndef DUNE_P2_LOCALFINITEELEMENT_HH
3
#define DUNE_P2_LOCALFINITEELEMENT_HH
4
5
#include "
pk2d.hh
"
6
#include "
p23d.hh
"
7
8
namespace
Dune
9
{
10
13
template
<
class
D,
class
R,
int
d>
14
class
P2LocalFiniteElement
;
15
18
template
<
class
D,
class
R>
19
class
P2LocalFiniteElement
<D, R, 2>
20
:
public
Pk2DLocalFiniteElement
<D, R, 2>
21
{};
22
25
template
<
class
D,
class
R>
26
class
P2LocalFiniteElement
<D, R, 3>
27
:
public
P23DLocalFiniteElement
<D, R>
28
{};
29
30
}
31
32
#endif
Generated on Mon May 20 2013 01:06:58 for dune-localfunctions by
1.8.3.1