dune-fem 2.12-git
Loading...
Searching...
No Matches
converter.hh File Reference

Go to the source code of this file.

Classes

class  Dune::Fem::LocalFunctionConverter< HostLocalFunction, Converter, Storage >
 implementation of a Dune::Fem::LocalFunction on a FunctionSpace V restircted/prolongated from an other function space W. More...
 
struct  Dune::Fem::LocalFunctionConverter< HostLocalFunction, Converter, Storage >::Traits
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Functions

template<class HostLocalFunction , class Converter >
LocalFunctionConverter< HostLocalFunction, Converter, __InstationaryFunction::HoldCopy > Dune::Fem::localFunctionConverter (const 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())