Class template Dune::XT::Functions::ConstSumElementFunction

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

template<class LeftSummandType, class RightSummandType>
class Dune::XT::Functions::ConstSumElementFunction<LeftSummandType, RightSummandType> : public CombinedConstElementFunction<LeftSummandType, RightSummandType, CombinationType::sum>

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

See also: CombinedConstElementFunction, CombinedConstElementFunction

Type alias Dune::XT::Functions::ConstSumElementFunction::BaseType

type Dune::XT::Functions::ConstSumElementFunction::BaseType

No documentation provided.

Function template Dune::XT::Functions::ConstSumElementFunction::ConstSumElementFunction<LeftSummandType, RightSummandType>

template<class LeftSummandType, class RightSummandType>
template<class ...Args, typename>
explicit Dune::XT::Functions::ConstSumElementFunction<LeftSummandType, RightSummandType>::ConstSumElementFunction<LeftSummandType, RightSummandType>(Args&&... args)

No documentation provided.