Go to the source code of this file.
|
template<class HostLocalFunction , class Converter > |
LocalFunctionConverter< HostLocalFunction, Converter, __InstationaryFunction::HoldCopy > | Dune::Fem::localFunctionConverter (HostLocalFunction hostLocalFunction, const Converter &converter=Converter()) |
|
template<class HostLocalFunction , class Converter > |
LocalFunctionConverter< typename std::remove_const< HostLocalFunction >::type, Converter, __InstationaryFunction::HoldReference > | Dune::Fem::localFunctionConverter (std::reference_wrapper< HostLocalFunction > hostLocalFunction, const Converter &converter=Converter()) |
|