Class template Dune::XT::Functions::DerivativeGridFunction

Inherits from Dune::XT::Functions::GridFunctionInterface.

template<class GridFunctionType, DerivativeType derivative>
class Dune::XT::Functions::DerivativeGridFunction : public GridFunctionInterface<typename internal::DerivativeElementFunctionHelper<GridFunctionType, derivative>::E, internal::DerivativeElementFunctionHelper<GridFunctionType, derivative>::r, internal::DerivativeElementFunctionHelper<GridFunctionType, derivative>::rC, typename internal::DerivativeElementFunctionHelper<GridFunctionType, derivative>::R>

Grid function representing a derivative (selected by DerivativeType) of a given grid function.

int Dune::XT::Functions::DerivativeGridFunction::local_function() const final

No documentation provided.

ThisType *Dune::XT::Functions::DerivativeGridFunction::copy_as_grid_function_impl() const override

No documentation provided.

int Dune::XT::Functions::DerivativeGridFunction::copy_as_grid_function() const

No documentation provided.

std::string Dune::XT::Functions::DerivativeGridFunction::name() const final

No documentation provided.

template<>
Dune::XT::Functions::DerivativeGridFunction::DerivativeGridFunction<GridFunctionType, derivative>(GridFunction<E, r_, rC_, R> grid_function, const std::string &nm = <recovery-expr>(""))

No documentation provided.

template<>
Dune::XT::Functions::DerivativeGridFunction::DerivativeGridFunction<GridFunctionType, derivative>(const ThisType &other)

No documentation provided.

int Dune::XT::Functions::DerivativeGridFunction::grid_function_

No documentation provided.

const std::string Dune::XT::Functions::DerivativeGridFunction::name_

No documentation provided.

const size_t Dune::XT::Functions::DerivativeGridFunction::r_

No documentation provided.

const size_t Dune::XT::Functions::DerivativeGridFunction::rC_

No documentation provided.

type Dune::XT::Functions::DerivativeGridFunction::ThisType

No documentation provided.

type Dune::XT::Functions::DerivativeGridFunction::BaseType

No documentation provided.

type Dune::XT::Functions::DerivativeGridFunction::Select

No documentation provided.