Class template Dune::XT::Functions::FractionElementFunction

Inherits from Dune::XT::Functions::CombinedElementFunction.

template<class LeftFactorType, class RightFactorType>
class Dune::XT::Functions::FractionElementFunction<LeftFactorType, RightFactorType> : public CombinedElementFunction<LeftFactorType, RightFactorType, CombinationType::fraction>

Element function representing the fraction of two element functions.

See also: CombinedElementFunction, CombinedElementFunction

Type alias Dune::XT::Functions::FractionElementFunction::BaseType

type Dune::XT::Functions::FractionElementFunction::BaseType

No documentation provided.

Function template Dune::XT::Functions::FractionElementFunction::FractionElementFunction<LeftFactorType, RightFactorType>

template<class LeftFactorType, class RightFactorType>
template<class ...Args, typename>
explicit Dune::XT::Functions::FractionElementFunction<LeftFactorType, RightFactorType>::FractionElementFunction<LeftFactorType, RightFactorType>(Args&&... args)

No documentation provided.