DUNE-FUNCTIONS (2.9)
Dune::Functions::Concept::DifferentiableLocalFunction< Range(Domain), LocalContext, DerivativeTraits > Struct Template Reference
Concept for a differentiable local function mapping Domain
to Range
.
More...
#include <dune/functions/common/functionconcepts.hh>
Detailed Description
template<class Range, class Domain, class LocalContext, template< class > class DerivativeTraits>
struct Dune::Functions::Concept::DifferentiableLocalFunction< Range(Domain), LocalContext, DerivativeTraits >
struct Dune::Functions::Concept::DifferentiableLocalFunction< Range(Domain), LocalContext, DerivativeTraits >
Concept for a differentiable local function mapping Domain
to Range
.
The derivative range is derived from the provided DerivativeTraits
- Template Parameters
-
Domain Domain type Range Range type LocalContext The local context this function is defined on DerivativeTraits Traits class for computation of derivative range
The documentation for this struct was generated from the following file:
- dune/functions/common/functionconcepts.hh
