dune-pdelab  2.5-dev
Classes | Namespaces
functionwrappers.hh File Reference
#include <vector>
#include <tuple>
#include <dune/typetree/nodetags.hh>
#include "function.hh"

Go to the source code of this file.

Classes

class  Dune::PDELab::PointwiseGridFunctionAdapter< Engine, F0, Functions >
 
class  Dune::PDELab::PointwiseAdapterEngine
 Interface of a pointwise adapter engine. More...
 
class  Dune::PDELab::PointwiseScaleAdapterEngine< S >
 Scale the output value. More...
 
class  Dune::PDELab::PointwiseSumAdapterEngine
 Sum all terms. More...
 

Namespaces

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

Functions

template<typename Engine , typename... Functions>
PointwiseGridFunctionAdapter< Engine, Functions... > Dune::PDELab::makePointwiseGridFunctionAdapter (const Engine &engine, const Functions &... f)