dune-fem  2.4.1-rc
Classes | Namespaces | Functions
instationary.hh File Reference
#include <functional>
#include <type_traits>
#include <utility>
#include <dune/fem/function/common/function.hh>

Go to the source code of this file.

Classes

class  Dune::Fem::BasicInstationaryFunction< FunctionSpace, Function >
 basic wrapper class (still a CRTP) for instationary functions More...
 
class  Dune::Fem::InstationaryFunction< Function, StoragePolicy >
 implementation of a Dune::Fem::Function taking an instationary function More...
 

Namespaces

 Dune
 
 Dune::Fem
 

Functions

template<class Function >
InstationaryFunction< Function, __InstationaryFunction::HoldCopy > Dune::Fem::instationaryFunction (Function function, double time)
 
template<class Function >
InstationaryFunction< typename std::remove_const< Function >::type, __InstationaryFunction::HoldReference > Dune::Fem::instationaryFunction (std::reference_wrapper< Function > function, double time)