![]() |
OpenLB 1.8.1
|
#include "analyticalBaseF.h"#include "../../utilities/aDiff.h"#include "../../utilities/adHelpers.h"#include <stdlib.h>
Include dependency graph for derivativeF.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::AnalyticalDerivativeFD1D< T > |
| Class for computing the derivative of a given 1D functor with a finite difference. More... | |
| class | olb::AnalyticalDerivativeAD1D< D, T, S > |
| Class for AD Differentiation of 1-dim Functor F: S -> T. More... | |
| class | olb::AnalyticalDerivativeAD< F, T, S, sourceDIM, ARGS > |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
Functions | |
| template<class F > | |
| olb::AnalyticalDerivativeAD (const F &) -> AnalyticalDerivativeAD< F, typename F::targetType, typename F::sourceType, F::dim > | |