Go to the source code of this file.
Classes | |
| class | ComputeThermalExpansionEigenstrainBaseTempl< is_ad > |
| ComputeThermalExpansionEigenstrainBase is a base class for all models that compute eigenstrains due to thermal expansion of a material. More... | |
Typedefs | |
| template<bool is_ad> | |
| using | ValueAndDerivative = typename std::conditional< is_ad, ADReal, ChainedReal >::type |
| Return type with a single derivative. More... | |
| typedef ComputeThermalExpansionEigenstrainBaseTempl< false > | ComputeThermalExpansionEigenstrainBase |
| typedef ComputeThermalExpansionEigenstrainBaseTempl< true > | ADComputeThermalExpansionEigenstrainBase |
Definition at line 95 of file ComputeThermalExpansionEigenstrainBase.h.
Definition at line 94 of file ComputeThermalExpansionEigenstrainBase.h.
| using ValueAndDerivative = typename std::conditional<is_ad, ADReal, ChainedReal>::type |
Return type with a single derivative.
Definition at line 19 of file ComputeThermalExpansionEigenstrainBase.h.
1.8.14