dune-localfunctions
2.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
localfunctions
rannacherturek
rannacherturek2d.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_RANNACHER_TUREK_2D_LOCALFINITEELEMENT_HH
4
#define DUNE_RANNACHER_TUREK_2D_LOCALFINITEELEMENT_HH
5
6
#ifndef DISABLE_RANNACHERTUREK2D_DEPRECATION_WARNING
7
#warning dune/localfunctions/rannacherturek/rannacherturek2d.hh\
8
is deprecated, please use dune/localfunctions/rannacherturek/rannacherturek.hh
9
#endif
10
11
#include "rannacherturek.hh"
12
13
namespace
Dune
14
{
19
template
<
class
D,
class
R >
20
class
21
DUNE_DEPRECATED_MSG(
"Use RannacherTurekLocalFiniteElement< D, R, 2 > instead"
)
22
RannacherTurek2DLocalFiniteElement
23
: public
RannacherTurekLocalFiniteElement
< D, R, 2 >
24
{};
25
26
}
// namespace Dune
27
28
#endif // #ifndef DUNE_RANNACHER_TUREK_2D_LOCALFINITEELEMENT_HH
Generated on Mon Nov 24 2014 20:50:33 for dune-localfunctions by
1.8.1.2