dune-pdelab 2.10-git
Loading...
Searching...
No Matches
electrodynamic.hh File Reference

Go to the source code of this file.

Classes

class  Dune::PDELab::Electrodynamic_T< Eps >
 Construct matrix T for the Electrodynamic operator. More...
 
class  Dune::PDELab::Electrodynamic_S< Mu >
 Contruct matrix S for the Electrodynamic operator. More...
 

Namespaces

namespace  Dune
 For backward compatibility – Do not use this!
 
namespace  Dune::PDELab
 
namespace  Dune::PDELab::ElectrodynamicImpl
 

Functions

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
 
template<class Mu >
Electrodynamic_S< std::decay_t< Mu > > Dune::PDELab::makeLocalOperatorEdynS (Mu &&mu, int qorder=2)
 construct an Electrodynamic_S operator