dune-functions 2.8.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::result_of< 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) |
Construct AnalyticGridViewFunction from function and grid view. | |