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

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

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

Grid function representing the gradient of a given grid function.

Type alias Dune::XT::Functions::GradientGridFunction::BaseType

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

No documentation provided.

Function template Dune::XT::Functions::GradientGridFunction::GradientGridFunction<GridFunctionType>

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

No documentation provided.