Function Dune::XT::Functions::reinterpret

template<class SourceGridView, size_t r, size_t rC, class R, class TargetGridView>
auto Dune::XT::Functions::reinterpret(const int, int, int, R)

Reinterprets a given localizable function (associated with a given grid layer), on a different grid layer [TargetElement is automatically deduced].

See also: ReinterpretLocalizableFunction

template<class TargetElement, class SourceGridView, size_t r, size_t rC, class R>
auto Dune::XT::Functions::reinterpret(const int, int, int, R)

Reinterprets a given localizable function (associated with a given grid layer), on a different grid layer [TargetElement has to be provided]. Use as in

See also: ReinterpretLocalizableFunction