dune-localfunctions  2.3.0
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")
23  : public RannacherTurekLocalFiniteElement< D, R, 2 >
24  {};
25 
26 } // namespace Dune
27 
28 #endif // #ifndef DUNE_RANNACHER_TUREK_2D_LOCALFINITEELEMENT_HH
Definition: rannacherturek2d.hh:20
please doc me
Definition: rannacherturek/rannacherturek.hh:26