dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
converter.hh File Reference
#include <functional>
#include <type_traits>
#include <utility>
#include <dune/fem/function/common/function.hh>
#include <dune/fem/function/common/instationary.hh>
#include <dune/fem/space/common/functionspace.hh>

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 (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())