dune-functions 2.9.0
|
Wrapper class for functions defined on a GridView. More...
#include <dune/functions/gridfunctions/gridviewfunction.hh>
Public Types | |
using | GridView = GV |
Wrapper class for functions defined on a GridView.
Being defined on a grid view means in particular that you can evaluate the function in local coordinates of a given element of the grid view.
This models the Concept::GridViewFunction<Range(Domain), GridView, DerivativeTraits> concept.
GV | The GridView that the function is defined on |
Domain | The domain type used for function arguments |
Range | The range type used for function values |
using Dune::Functions::GridViewFunction< Range(Domain), GV, DerivativeTraits, bufferSize >::GridView = GV |