Class template Dune::XT::Functions::GradientElementFunction

Inherits from Dune::XT::Functions::DerivativeElementFunction.

template<class ElementFunctionType>
class Dune::XT::Functions::GradientElementFunction : public DerivativeElementFunction<ElementFunctionType, DerivativeType::gradient>

Element function representing the gradient of an element function.

See also: DerivativeElementFunction

type Dune::XT::Functions::GradientElementFunction::BaseType

No documentation provided.

template<class ...Args, typename>
explicit Dune::XT::Functions::GradientElementFunction::GradientElementFunction<ElementFunctionType>(Args&&... args)

No documentation provided.