dune-pdelab  2.5-dev
Classes | Namespaces | Functions
callableadapter.hh File Reference
#include <utility>
#include <type_traits>
#include <dune/common/fvector.hh>
#include <dune/common/typetraits.hh>
#include <dune/pdelab/common/function.hh>
#include <dune/pdelab/constraints/common/constraintsparameters.hh>

Go to the source code of this file.

Classes

class  Dune::PDELab::GlobalCallableToGridFunctionAdapter< GV, RF, n, F >
 Adapter for callables f(x) expecting a global coordinate x. More...
 
struct  Dune::PDELab::CallableAdapterGetDim< T >
 
struct  Dune::PDELab::CallableAdapterGetDim< FieldVector< T, n > >
 
struct  Dune::PDELab::CallableAdapterGetRangeFieldType< T >
 
struct  Dune::PDELab::CallableAdapterGetRangeFieldType< FieldVector< T, n > >
 
class  Dune::PDELab::LocalCallableToGridFunctionAdapter< GV, RF, n, F >
 Adapter for callables f(e,x) expecting an entity e and a global coordinate x. More...
 
class  Dune::PDELab::GlobalCallableToInstationaryGridFunctionAdapter< GV, RF, n, F, P >
 return a PDELab GridFunction (with setTime method) defined by a parameter class and a callable f(x) global coordinates x More...
 
class  Dune::PDELab::LocalCallableToInstationaryGridFunctionAdapter< GV, RF, n, F, P >
 return a PDELab GridFunction (with setTime method) defined by a parameter class and a callable f(e,x) that expects an entity e and local coordinates x More...
 
class  Dune::PDELab::GlobalCallableToBoundaryConditionAdapter< F >
 Adapter for boundary cond from a callable taking global coordinates. More...
 
class  Dune::PDELab::LocalCallableToBoundaryConditionAdapter< F >
 Adapter for boundary cond from a callable taking an entity and local coordinates. More...
 

Namespaces

 Dune
 For backward compatibility – Do not use this!
 
 Dune::PDELab
 

Functions

template<typename GV , typename F >
WrapperConformingToGridFunctionInterface Dune::PDELab::makeGridFunctionFromCallable (const GV &gv, const F &f)
 Create a GridFunction adapter from a callable. More...
 
template<typename GV , typename F >
WrapperConformingToGridFunctionInterface Dune::PDELab::makeInstationaryGridFunctionFromCallable (const GV &gv, const F &f)
 Create a GridFunction from callable and parameter class with setTime method. More...