dune-pdelab  2.5-dev
Modules | Namespaces | Classes | Functions
LocalOperator
Collaboration diagram for LocalOperator:

Modules

 LocalOperatorDefaultImp
 

Namespaces

 Dune::PDELab::CG2DGHelper
 
 Dune::PDELab::ElectrodynamicImpl
 
 Dune::PDELab::lop
 Namespace with decorator classes that influence assembler behavior.
 

Classes

class  Dune::PDELab::CG2DGProlongation
 
class  Dune::PDELab::BlockDiagonalLocalOperatorFullCoupling< ScalarLOP >
 Block diagonal extension of scalar local operator. More...
 
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...
 
class  Dune::PDELab::LocalOperatorDefaultFlags
 Default flags for all local operators. More...
 
class  Dune::PDELab::InstationaryLocalOperatorDefaultMethods< R >
 Default class for additional methods in instationary local operators. More...
 
class  Dune::PDELab::LocalOperatorInterface
 Class to document the stationary local operator interface. More...
 
class  Dune::PDELab::L2
 
class  Dune::PDELab::PowerL2
 
class  Dune::PDELab::L2VolumeFunctional< F >
 A local operator that tests a function against a test function space defined on the entire grid. More...
 
class  Dune::PDELab::LinearElasticity< T >
 
struct  Dune::PDELab::ConvectionDiffusionParameterTraits< GV, RF >
 Traits class for convection diffusion parameters. More...
 
class  Dune::PDELab::ConvectionDiffusionParameterInterface< T, Imp >
 base class for parameter class More...
 
class  Dune::PDELab::BCTypeParam_CD< T >
 
class  Dune::PDELab::DirichletBoundaryCondition_CD< T >
 
class  Dune::PDELab::NonLinearConvectionDiffusionFEM< T >
 
class  Dune::PDELab::ScaledLocalOperator< Backend, Factor, Time >
 A local operator that scales the result of another local operator. More...
 
class  Dune::PDELab::InstationarySumLocalOperator< Args >
 A local operator to take the sum of other local operators. More...
 
class  Dune::PDELab::TaylorHoodNavierStokes< P >
 A local operator for the Navier-Stokes equations. More...
 
class  Dune::PDELab::WeightedSumLocalOperator< K, Args >
 A local operator to take the weighted sum of other local operators. More...
 
class  Dune::PDELab::ZeroLocalOperator< Time >
 Do-nothing local operator. More...
 

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...
 

Detailed Description

Function Documentation

◆ makeLocalOperatorEdynS()

template<class Mu >
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.

◆ makeLocalOperatorEdynT()

template<class Eps >
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.