dune-localfunctions  2.3.1
brezzidouglasmarini1q2d.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_BREZZIDOUGLASMARINI1Q2DLOCALFINITEELEMENT_HH
4 #define DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI1Q2DLOCALFINITEELEMENT_HH
5 
7 
8 #warning This header is deprecated, please use\
9  dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1cube2d.hh instead
10 
11 namespace Dune
12 {
13 
23  template<class D, class R>
24  class
25  DUNE_DEPRECATED_MSG("Use BDM1Cube2DLocalFiniteElement instead")
27  : public BDM1Cube2DLocalFiniteElement<D, R>
28  {};
29 }
30 #endif // DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI1Q2DLOCALFINITEELEMENT_HH