Go to the source code of this file.
|
template<class F , class GridView , std::enable_if_t< models< Imp::HasFreeLocalFunction, F >(), int > = 0> |
std::decay_t< F > | Dune::Functions::makeGridViewFunction (F &&f, const GridView &gridView) |
| Construct a function modeling GridViewFunction from function and grid view.
|
|
template<class F , class GridView , std::enable_if_t< not(models< Imp::HasFreeLocalFunction, F >()), int > = 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.
|
|