#include <cstddef>
#include <stdexcept>
#include <type_traits>
#include <utility>
#include <vector>
#include <dune/common/deprecated.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/pdelab/common/quadraturerules.hh>
#include <dune/pdelab/localoperator/numericalresidual.hh>
#include <dune/pdelab/localoperator/pattern.hh>
#include <dune/pdelab/localoperator/flags.hh>
Go to the source code of this file.
|
constexpr std::size_t | Dune::PDELab::ElectrodynamicImpl::dimOfCurl (std::size_t dimOfSpace) |
|
template<typename RF > |
void | Dune::PDELab::ElectrodynamicImpl::jacobianToCurl (FieldVector< RF, 1 > &curl, const FieldMatrix< RF, 2, 2 > &jacobian) |
|
template<typename RF > |
void | Dune::PDELab::ElectrodynamicImpl::jacobianToCurl (FieldVector< RF, 3 > &curl, const FieldMatrix< RF, 3, 3 > &jacobian) |
|
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...
|
|