dune-pdelab
2.7-git
Loading...
Searching...
No Matches
dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8
dune
pdelab
localoperator
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
7
#include <
dune/pdelab/localoperator/flags.hh
>
8
#include <
dune/pdelab/localoperator/idefault.hh
>
9
10
namespace
Dune
{
11
namespace
PDELab {
15
17
24
template
<
class
Time>
25
class
ZeroLocalOperator
:
26
public
LocalOperatorDefaultFlags
,
27
public
InstationaryLocalOperatorDefaultMethods
<Time>
28
{ };
29
31
}
// namespace PDELab
32
}
// namespace Dune
33
34
#endif
// DUNE_PDELAB_LOCALOPERATOR_ZERO_HH
flags.hh
idefault.hh
Dune
For backward compatibility – Do not use this!
Definition:
adaptivity.hh:28
Dune::PDELab::LocalOperatorDefaultFlags
Default flags for all local operators.
Definition:
flags.hh:19
Dune::PDELab::InstationaryLocalOperatorDefaultMethods
Default class for additional methods in instationary local operators.
Definition:
idefault.hh:90
Dune::PDELab::ZeroLocalOperator
Do-nothing local operator.
Definition:
zero.hh:28
Generated by
1.9.6