Class template Dune::XT::Functions::GradientGridFunction

Inherits from Dune::XT::Functions::DerivativeGridFunction.

template<class GridFunctionType>
class Dune::XT::Functions::GradientGridFunction : public DerivativeGridFunction<GridFunctionType, DerivativeType::gradient>

Grid function representing the gradient of a given grid function.

type Dune::XT::Functions::GradientGridFunction::BaseType

No documentation provided.

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

No documentation provided.