Function Dune::XT::Functions::reinterpret¶
Function template Dune::XT::Functions::reinterpret¶
-
template<class SourceGridView, int r, int 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
Function template Dune::XT::Functions::reinterpret¶
-
template<class TargetElement, class SourceGridView, int r, int 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