dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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
10namespace Dune {
11 namespace PDELab {
15
17
24 template<class Time>
29
31 } // namespace PDELab
32} // namespace Dune
33
34#endif // DUNE_PDELAB_LOCALOPERATOR_ZERO_HH
For backward compatibility – Do not use this!
Definition adaptivity.hh:28
Default flags for all local operators.
Definition flags.hh:19
Default class for additional methods in instationary local operators.
Definition idefault.hh:90
Do-nothing local operator.
Definition zero.hh:28