|
dune-fem 2.8.0
|
#include <dune/fem/function/common/discretefunction.hh>#include <dune/fem/function/localfunction/bindable.hh>#include <dune/fem/function/localfunction/const.hh>#include <dune/fem/common/intersectionside.hh>Go to the source code of this file.
Classes | |
| struct | Dune::Fem::IsGridFunctionView |
| struct | Dune::Fem::GridFunctionView< GF, false > |
| struct | Dune::Fem::GridFunctionView< GF, true > |
Namespaces | |
| namespace | Dune |
| namespace | Dune::Fem |
Functions | |
| template<class GF , std::enable_if_t< !std::is_base_of< Fem::IsGridFunctionView, GF >::value &&std::is_base_of< Fem::HasLocalFunction, GF >::value, int > = 0> | |
| static GridFunctionView< GF > | Dune::Fem::localFunction (const GF &gf) |