Go to the source code of this file.
Classes | |
| class | SusceptibilityTimeDerivativeTempl< is_ad > |
| class | SusceptibilityTimeDerivative |
| class | ADSusceptibilityTimeDerivative |
Typedefs | |
| template<bool is_ad> | |
| using | SusceptibilityTimeDerivativeBase = typename std::conditional< is_ad, ADTimeDerivative, TimeDerivative >::type |
| This calculates the time derivative for a variable multiplied by a generalized susceptibility. More... | |
| using SusceptibilityTimeDerivativeBase = typename std::conditional<is_ad, ADTimeDerivative, TimeDerivative>::type |
This calculates the time derivative for a variable multiplied by a generalized susceptibility.
Definition at line 23 of file SusceptibilityTimeDerivative.h.
1.8.14