16 typename std::conditional<is_ad,
typename std::conditional< is_ad, ADGeneralizedRadialReturnStressUpdate, GeneralizedRadialReturnStressUpdate >::type GenericGeneralizedRadialReturnStressUpdate
typename std::conditional< is_ad, ADGeneralizedRadialReturnStressUpdate, GeneralizedRadialReturnStressUpdate >::type GenericGeneralizedRadialReturnStressUpdate
AnisotropicReturnPlasticityStressUpdateBaseTempl< false > AnisotropicReturnPlasticityStressUpdateBase
AnisotropicReturnPlasticityStressUpdateBaseTempl< true > ADAnisotropicReturnPlasticityStressUpdateBase
GeneralizedRadialReturnStressUpdateTempl< true > ADGeneralizedRadialReturnStressUpdate
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Moose::GenericType< DenseVector< Real >, is_ad > GenericDenseVector
Moose::GenericType< Real, is_ad > GenericReal
Moose::GenericType< RankTwoTensor, is_ad > GenericRankTwoTensor
This class provides baseline functionality for anisotropic (Hill-like) plasticity models based on the...
GenericMaterialProperty< RankTwoTensor, is_ad > & _plasticity_strain
Plasticity strain tensor material property.
virtual GenericReal< is_ad > computeStressDerivative(const Real, const Real) override
Calculate the derivative of the strain increment with respect to the updated stress.
virtual void propagateQpStatefulProperties() override
const MaterialProperty< RankTwoTensor > & _plasticity_strain_old
virtual void initQpStatefulProperties() override
bool requiresIsotropicTensor() override
Does the model require the elasticity tensor to be isotropic?
static InputParameters validParams()
virtual void computeStrainFinalize(GenericRankTwoTensor< is_ad > &, const GenericRankTwoTensor< is_ad > &, const GenericDenseVector< is_ad > &, const GenericReal< is_ad > &) override
Perform any necessary steps to finalize strain increment after return mapping iterations.
ADGeneralizedRadialReturnStressUpdate computes the generalized radial return stress increment for ani...