www.mooseframework.org
Classes | Typedefs
SusceptibilityTimeDerivative.h File Reference

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...
 

Typedef Documentation

◆ SusceptibilityTimeDerivativeBase

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.

Definition at line 23 of file SusceptibilityTimeDerivative.h.