Class template Dune::XT::Functions::SumElementFunction

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

template<class LeftSummandType, class RightSummandType>
class Dune::XT::Functions::SumElementFunction<LeftSummandType, RightSummandType> : public CombinedElementFunction<LeftSummandType, RightSummandType, CombinationType::sum>

Element function representing the sum of two element functions.

See also: CombinedElementFunction, CombinedElementFunction

Type alias Dune::XT::Functions::SumElementFunction::BaseType

type Dune::XT::Functions::SumElementFunction::BaseType

No documentation provided.

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

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

No documentation provided.