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

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

template<class GridFunctionType, DerivativeType derivative>
class Dune::XT::Functions::DerivativeGridFunction<GridFunctionType, derivative> : 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.

Method Dune::XT::Functions::DerivativeGridFunction::local_function

template<class GridFunctionType, DerivativeType derivative>
int Dune::XT::Functions::DerivativeGridFunction<GridFunctionType, derivative>::local_function() const final

No documentation provided.

Method Dune::XT::Functions::DerivativeGridFunction::copy_as_grid_function_impl

template<class GridFunctionType, DerivativeType derivative>
ThisType *Dune::XT::Functions::DerivativeGridFunction<GridFunctionType, derivative>::copy_as_grid_function_impl() const override

No documentation provided.

Method Dune::XT::Functions::DerivativeGridFunction::copy_as_grid_function

template<class GridFunctionType, DerivativeType derivative>
int Dune::XT::Functions::DerivativeGridFunction<GridFunctionType, derivative>::copy_as_grid_function() const

No documentation provided.

Method Dune::XT::Functions::DerivativeGridFunction::name

template<class GridFunctionType, DerivativeType derivative>
std::string Dune::XT::Functions::DerivativeGridFunction<GridFunctionType, derivative>::name() const final

No documentation provided.

Constructor Dune::XT::Functions::DerivativeGridFunction::DerivativeGridFunction<GridFunctionType, derivative>

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

No documentation provided.

Constructor Dune::XT::Functions::DerivativeGridFunction::DerivativeGridFunction<GridFunctionType, derivative>

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

No documentation provided.

Field Dune::XT::Functions::DerivativeGridFunction::grid_function_

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

No documentation provided.

Field Dune::XT::Functions::DerivativeGridFunction::name_

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

No documentation provided.

Variable Dune::XT::Functions::DerivativeGridFunction::r_

const int Dune::XT::Functions::DerivativeGridFunction::r_

No documentation provided.

Variable Dune::XT::Functions::DerivativeGridFunction::rC_

const int Dune::XT::Functions::DerivativeGridFunction::rC_

No documentation provided.

Type alias Dune::XT::Functions::DerivativeGridFunction::ThisType

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

No documentation provided.

Type alias Dune::XT::Functions::DerivativeGridFunction::BaseType

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

No documentation provided.

Type alias Dune::XT::Functions::DerivativeGridFunction::Select

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

No documentation provided.