|
dune-functions 2.9.0
|
#include <type_traits>#include <optional>#include <dune/common/typeutilities.hh>#include <dune/functions/common/signature.hh>#include <dune/functions/common/defaultderivativetraits.hh>#include <dune/functions/common/differentiablefunction_imp.hh>#include <dune/functions/common/differentiablefunction.hh>#include <dune/functions/gridfunctions/gridviewentityset.hh>#include <dune/functions/gridfunctions/localderivativetraits.hh>Go to the source code of this file.
Classes | |
| class | Dune::Functions::AnalyticGridViewFunction< Range(Domain), GV, F, DerivativeTraits > |
| Class wrapping any differentiable function as grid function. More... | |
Namespaces | |
| namespace | Dune |
| namespace | Dune::Functions |
Functions | |
| template<class F , class GridView > | |
| AnalyticGridViewFunction< typename std::invoke_result< F, typename GridView::template Codim< 0 >::Geometry::GlobalCoordinate >::type(typename GridView::template Codim< 0 >::Geometry::GlobalCoordinate), GridView, typename std::decay< F >::type > | Dune::Functions::makeAnalyticGridViewFunction (F &&f, const GridView &gridView) |
| Create an AnalyticGridViewFunction from a function and a grid view. More... | |