Class template Dune::XT::Functions::ProductElementFunction¶
Inherits from Dune::XT::Functions::CombinedElementFunction.
-
template<class LeftFactorType, class RightFactorType>
class Dune::XT::Functions::ProductElementFunction<LeftFactorType, RightFactorType> : public CombinedElementFunction<LeftFactorType, RightFactorType, CombinationType::product>¶ Element function representing the product of two element functions.
See also:
CombinedElementFunction,CombinedElementFunction
Type alias Dune::XT::Functions::ProductElementFunction::BaseType¶
-
type Dune::XT::Functions::ProductElementFunction::BaseType¶
No documentation provided.
Function template Dune::XT::Functions::ProductElementFunction::ProductElementFunction<LeftFactorType, RightFactorType>¶
-
template<class LeftFactorType, class RightFactorType>
template<class ...Args, typename>
explicit Dune::XT::Functions::ProductElementFunction<LeftFactorType, RightFactorType>::ProductElementFunction<LeftFactorType, RightFactorType>(Args&&... args)¶ No documentation provided.