dune-pdelab  2.5-dev
zero.hh
Go to the documentation of this file.
1 // -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=8 sw=2 sts=2:
3 
4 #ifndef DUNE_PDELAB_LOCALOPERATOR_ZERO_HH
5 #define DUNE_PDELAB_LOCALOPERATOR_ZERO_HH
6 
9 
10 namespace Dune {
11  namespace PDELab {
15 
17 
24  template<class Time>
28  { };
29 
31  } // namespace PDELab
32 } // namespace Dune
33 
34 #endif // DUNE_PDELAB_LOCALOPERATOR_ZERO_HH
Default class for additional methods in instationary local operators.
Definition: idefault.hh:89
Do-nothing local operator.
Definition: zero.hh:25
For backward compatibility – Do not use this!
Definition: adaptivity.hh:27
Default flags for all local operators.
Definition: flags.hh:18