https://mooseframework.inl.gov
Classes | Typedefs
ComputeThermalExpansionEigenstrainBase.h File Reference

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
 

Typedef Documentation

◆ ADComputeThermalExpansionEigenstrainBase

Definition at line 95 of file ComputeThermalExpansionEigenstrainBase.h.

◆ ComputeThermalExpansionEigenstrainBase

Definition at line 94 of file ComputeThermalExpansionEigenstrainBase.h.

◆ ValueAndDerivative

template<bool is_ad>
using ValueAndDerivative = typename std::conditional<is_ad, ADReal, ChainedReal>::type

Return type with a single derivative.

Definition at line 19 of file ComputeThermalExpansionEigenstrainBase.h.