#include <algorithm>
#include <cstddef>
#include <vector>
#include <dune/common/fvector.hh>
#include <dune/common/static_assert.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dune/pdelab/common/jacobiantocurl.hh>
#include <dune/pdelab/localoperator/defaultimp.hh>
#include <dune/pdelab/localoperator/flags.hh>
#include <dune/pdelab/localoperator/idefault.hh>
#include <dune/pdelab/localoperator/pattern.hh>
#include <dune/pdelab/multistep/cache.hh>
Go to the source code of this file.
|
struct | Dune::PDELab::VectorWave::Parameters< Imp, GV, RF, Time_ > |
| Parameter class interface for the vector wave local operators. More...
|
|
class | Dune::PDELab::VectorWave::ConstantParameters< GV, RF, Time > |
| Homogenous parameter class for the vector wave local operators. More...
|
|
class | Dune::PDELab::VectorWave::R0< Params > |
| Local operator for the vector wave problem, no-temporal-derivatives part. More...
|
|
class | Dune::PDELab::VectorWave::R1< Params > |
| Local operator for the vector wave problem, one-temporal-derivative part. More...
|
|
class | Dune::PDELab::VectorWave::R2< Params > |
| Local operator for the vector wave problem, second-temporal-derivatives part. More...
|
|
class | Dune::PDELab::VectorWave::CachePolicy< Params, Step, Time > |
| MultiStepCachePolicy for VectorWave operators. More...
|
|