Class template Dune::XT::Functions::DivergenceGridFunction

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

template<class GridFunctionType>
class Dune::XT::Functions::DivergenceGridFunction<GridFunctionType> : public DerivativeGridFunction<GridFunctionType, DerivativeType::divergence>

Grid function representing the divergence of a given grid function.

Type alias Dune::XT::Functions::DivergenceGridFunction::BaseType

type Dune::XT::Functions::DivergenceGridFunction::BaseType

No documentation provided.

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

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

No documentation provided.