|
dune-functions 2.10
|
Concept for a grid view function mapping Domain to Range.
More...
#include <dune/functions/common/functionconcepts.hh>

Public Member Functions | |
| template<class F > | |
| auto | require (F &&f) -> decltype(0) |
Concept for a grid view function mapping Domain to Range.
This exactly the Concept::GridFunction<Range(Domain), EntitySet> concept with a GridViewEntitySet as EntitySet.
| Domain | Domain type |
| Range | Range type |
| GridView | GridView on which the function can be localized |
| auto Dune::Functions::Concept::GridViewFunction< Range(Domain), GridView >::require | ( | F && | f | ) | -> decltype(0) |