dune-pdelab
2.5-dev
|
Modules | |
LocalOperatorDefaultImp | |
Namespaces | |
Dune::PDELab::CG2DGHelper | |
Dune::PDELab::ElectrodynamicImpl | |
Dune::PDELab::lop | |
Namespace with decorator classes that influence assembler behavior. | |
Functions | |
template<class Eps > | |
Electrodynamic_T< std::decay_t< Eps > > | Dune::PDELab::makeLocalOperatorEdynT (Eps &&eps, int qorder=2) |
construct an Electrodynamic_T operator More... | |
template<class Mu > | |
Electrodynamic_S< std::decay_t< Mu > > | Dune::PDELab::makeLocalOperatorEdynS (Mu &&mu, int qorder=2) |
construct an Electrodynamic_S operator More... | |
Electrodynamic_S<std::decay_t<Mu> > Dune::PDELab::makeLocalOperatorEdynS | ( | Mu && | mu, |
int | qorder = 2 |
||
) |
construct an Electrodynamic_S operator
This relieves the user from the need to construct the type of mu
.
Electrodynamic_T<std::decay_t<Eps> > Dune::PDELab::makeLocalOperatorEdynT | ( | Eps && | eps, |
int | qorder = 2 |
||
) |
construct an Electrodynamic_T operator
This relieves the user from the need to construct the type of eps
.