dune-functions 2.9.0
|
Type-erasure based polymorphic wrappers. More...
Classes | |
class | Dune::Functions::DifferentiableFunction< Range(Domain), DerivativeTraits, bufferSize > |
Class storing differentiable functions using type erasure. More... | |
class | Dune::Functions::LocalFunction< Range(Domain), LocalContext, DerivativeTraits, bufferSize > |
Class storing local functions using type erasure. More... | |
class | Dune::Functions::GridFunction< Range(Domain), ES, DerivativeTraits, bufferSize > |
Wrapper class for functions defined on a Grid. More... | |
class | Dune::Functions::GridViewFunction< Range(Domain), GV, DerivativeTraits, bufferSize > |
Wrapper class for functions defined on a GridView. More... | |
Friends | |
DerivativeInterface | Dune::Functions::DifferentiableFunction< Range(Domain), DerivativeTraits, bufferSize >::derivative (const DifferentiableFunction &t) |
Get derivative of wrapped function. More... | |
DerivativeInterface | Dune::Functions::LocalFunction< Range(Domain), LocalContext, DerivativeTraits, bufferSize >::derivative (const LocalFunction &t) |
Get derivative of wrapped function. More... | |
Type-erasure based polymorphic wrappers.
|
friend |
Get derivative of wrapped function.
This is a free function that will be found by ADL.
|
friend |
Get derivative of wrapped function.
This is free function will be found by ADL.