dune-localfunctions  2.3.0
raviartthomas1q3d.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_RAVIARTTHOMAS1Q3DLOCALFINITEELEMENT_HH
4 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS1Q3DLOCALFINITEELEMENT_HH
5 
7 
8 #warning This header is deprecated, please use\
9  dune/localfunctions/raviartthomas/raviartthomas0cube3d.hh instead
10 
11 namespace Dune
12 {
22  template<class D, class R>
23  class
24  DUNE_DEPRECATED_MSG("Use RT1Cube3DLocalFiniteElement instead")
26  : public RT1Cube3DLocalFiniteElement<D, R>
27  {};
28 }
29 #endif // DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS1Q3DLOCALFINITEELEMENT_HH
First order Raviart-Thomas shape functions on cubes.
Definition: raviartthomas1q3d.hh:23
First order Raviart-Thomas shape functions on cubes.
Definition: raviartthomas1cube3d.hh:22