| 
    dune-functions 2.10
    
   | 
 
Concept for a differentiable 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 differentiable grid view function mapping Domain to Range. 
This exactly the Concept::GridFunction<Range(Domain), EntitySet, DerivativeTraits> concept with a GridViewEntitySet as EntitySet.
| Domain | Domain type | 
| Range | Range type | 
| GridView | GridView on which the function can be localized | 
| DerivativeTraits | Traits class for computation of derivative range | 
| auto Dune::Functions::Concept::DifferentiableGridViewFunction< Range(Domain), GridView, DerivativeTraits >::require | ( | F && | f | ) | -> decltype(0) |