|
dune-fem
2.8-git
|
#include <algorithm>#include <type_traits>#include <utility>#include <dune/common/dynvector.hh>#include <dune/fem/function/localfunction/mutable.hh>#include <dune/fem/function/localfunction/localfunction.hh>#include <dune/fem/common/intersectionside.hh>Go to the source code of this file.
Namespaces | |
| Dune | |
| Dune::Fem | |
Typedefs | |
| template<class GridFunction > | |
| using | Dune::Fem::ConstLocalFunction = typename Impl::ConstLocalFunction< GridFunction >::Type |
Functions | |
| template<class F , std::enable_if_t<!IsConstLocalFunction< F >::value, int > = 0> | |
| constexpr auto | Dune::Fem::constLocalFunction (F &&f) |
| template<class F , std::enable_if_t< IsConstLocalFunction< F >::value, int > = 0> | |
| constexpr decltype(auto) | Dune::Fem::constLocalFunction (F &&f) |
| template<class F , class Entity > | |
| constexpr auto | Dune::Fem::constLocalFunction (F &&f, const Entity &entity) |