DUNE PDELab (2.7)

zero.hh
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
7#include <dune/pdelab/localoperator/flags.hh>
8#include <dune/pdelab/localoperator/idefault.hh>
9
10namespace 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:90
Default flags for all local operators.
Definition: flags.hh:19
Do-nothing local operator.
Definition: zero.hh:28
Dune namespace.
Definition: alignedallocator.hh:14
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)