dune-localfunctions  2.3.1
raviartthomas0q3d.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_RAVIARTTHOMAS0Q3DLOCALFINITEELEMENT_HH
4 #define DUNE_RAVIARTTHOMAS0Q3DLOCALFINITEELEMENT_HH
5 
7 
8 #warning This header is deprecated, please use\
9  dune/localfunctions/raviartthomas/raviartthomas0cube3d.hh instead
10 
11 namespace Dune
12 {
17  template<class D, class R>
18  class
19  DUNE_DEPRECATED_MSG("Use RT0Cube3DLocalFiniteElement instead")
21  : public RT0Cube3DLocalFiniteElement<D, R>
22  {};
23 }
24 #endif