dune-functions 2.9.0
|
Related Functions | |
(Note that these are not member 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 > | makeAnalyticGridViewFunction (F &&f, const GridView &gridView) |
Create an AnalyticGridViewFunction from a function and a grid view. More... | |