Go to the source code of this file.
|
| template<class F , class GridView , typename std::enable_if< models< Imp::HasFreeLocalFunction, F >(), int >::type = 0> |
| std::decay< F >::type | Dune::Functions::makeGridViewFunction (F &&f, const GridView &gridView) |
| | Construct a function modeling GridViewFunction from function and grid view.
|
| |
| template<class F , class GridView , typename std::enable_if< not(models< Imp::HasFreeLocalFunction, F >()), int >::type = 0> |
| auto | Dune::Functions::makeGridViewFunction (F &&f, const GridView &gridView) -> decltype(makeAnalyticGridViewFunction(std::forward< F >(f), gridView)) |
| | Construct a function modeling GridViewFunction from function and grid view.
|
| |