Class template Dune::XT::Functions::DifferenceElementFunction

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

template<class MinuendType, class SubtrahendType>
class Dune::XT::Functions::DifferenceElementFunction<MinuendType, SubtrahendType> : public CombinedElementFunction<MinuendType, SubtrahendType, CombinationType::difference>

Element function representing the difference between two element functions.

See also: CombinedElementFunction, CombinedElementFunction

Type alias Dune::XT::Functions::DifferenceElementFunction::BaseType

type Dune::XT::Functions::DifferenceElementFunction::BaseType

No documentation provided.

Function template Dune::XT::Functions::DifferenceElementFunction::DifferenceElementFunction<MinuendType, SubtrahendType>

template<class MinuendType, class SubtrahendType>
template<class ...Args, typename>
explicit Dune::XT::Functions::DifferenceElementFunction<MinuendType, SubtrahendType>::DifferenceElementFunction<MinuendType, SubtrahendType>(Args&&... args)

No documentation provided.