Class template Dune::XT::Functions::ConstProductElementFunction

Inherits from Dune::XT::Functions::CombinedConstElementFunction.

template<class LeftFactorType, class RightFactorType>
class Dune::XT::Functions::ConstProductElementFunction<LeftFactorType, RightFactorType> : public CombinedConstElementFunction<LeftFactorType, RightFactorType, CombinationType::product>

Element function representing the product of two element functions (const variant).

See also: CombinedElementFunction, CombinedElementFunction

Type alias Dune::XT::Functions::ConstProductElementFunction::BaseType

type Dune::XT::Functions::ConstProductElementFunction::BaseType

No documentation provided.

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

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

No documentation provided.