DUNE-FUNCTIONS (2.9)
Dune::Functions::Concept::DifferentiableGridViewFunction< Range(Domain), GridView, DerivativeTraits > Struct Template Reference
Concept for a differentiable grid view function mapping Domain
to Range
.
More...
#include <dune/functions/common/functionconcepts.hh>
Detailed Description
template<class Range, class Domain, class GridView, template< class > class DerivativeTraits>
struct Dune::Functions::Concept::DifferentiableGridViewFunction< Range(Domain), GridView, DerivativeTraits >
struct Dune::Functions::Concept::DifferentiableGridViewFunction< Range(Domain), GridView, DerivativeTraits >
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
.
- Template Parameters
-
Domain Domain type Range Range type GridView GridView on which the function can be localized DerivativeTraits Traits class for computation of derivative range
The documentation for this struct was generated from the following file:
- dune/functions/common/functionconcepts.hh
