dune-localfunctions
2.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
localfunctions
raviartthomas
raviartthomas1q2d.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_RAVIARTTHOMAS1Q2DLOCALFINITEELEMENT_HH
4
#define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS1Q2DLOCALFINITEELEMENT_HH
5
6
#include "
raviartthomas1cube2d.hh
"
7
8
#warning This header is deprecated, please use\
9
dune/localfunctions/raviartthomas/raviartthomas1cube2d.hh instead
10
11
namespace
Dune
12
{
13
23
template
<
class
D,
class
R>
24
class
25
DUNE_DEPRECATED_MSG(
"Use RT1Cube2DLocalFiniteElement instead"
)
26
RT1Q2DLocalFiniteElement
27
: public
RT1Cube2DLocalFiniteElement
<D, R>
28
{};
29
}
30
#endif // DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS1Q2DLOCALFINITEELEMENT_HH
Generated on Mon Nov 24 2014 20:50:33 for dune-localfunctions by
1.8.1.2