dune-localfunctions  2.3.1
rannacherturek2dlocalinterpolation.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_LOCALINTERPOLATION_HH
4 #define DUNE_RANNACHER_TUREK_2D_LOCALINTERPOLATION_HH
5 
6 #warning dune/localfunctions/rannacherturek/rannacherturek2d/rannacherturek2dlocalinterpolation.hh\
7  is deprecated, please use dune/localfunctions/rannacherturek/rannachertureklocalinterpolation.hh
8 
10 
11 namespace Dune
12 {
13 
14  template< class LB >
16  : public RannacherTurekLocalInterpolation< typename LB::Traits::DomainFieldType,
17  typename LB::Traits::RangeFieldType,
18  LB::Traits::dimRange
19  >
20  {};
21 
22 } // namespace Dune
23 
24 #endif // #ifndef DUNE_RANNACHER_TUREK_2D_LOCALINTERPOLATION_HH
Definition: rannacherturek2dlocalinterpolation.hh:15
please doc me
Definition: rannachertureklocalinterpolation.hh:26