16 typename std::conditional<is_ad,
Moose::GenericType< Real, is_ad > GenericReal
ADGeneralizedRadialReturnStressUpdate computes the generalized radial return stress increment for ani...
Moose::GenericType< DenseVector< Real >, is_ad > GenericDenseVector
AnisotropicReturnPlasticityStressUpdateBaseTempl< true > ADAnisotropicReturnPlasticityStressUpdateBase
const MaterialProperty< RankTwoTensor > & _plasticity_strain_old
GeneralizedRadialReturnStressUpdateTempl< true > ADGeneralizedRadialReturnStressUpdate
typename std::conditional< is_ad, ADGeneralizedRadialReturnStressUpdate, GeneralizedRadialReturnStressUpdate >::type GenericGeneralizedRadialReturnStressUpdate
bool requiresIsotropicTensor() override
Does the model require the elasticity tensor to be isotropic?
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
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 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.
AnisotropicReturnPlasticityStressUpdateBaseTempl(const InputParameters ¶meters)
virtual void initQpStatefulProperties() override
virtual void propagateQpStatefulProperties() override
GenericMaterialProperty< RankTwoTensor, is_ad > & _plasticity_strain
Plasticity strain tensor material property.
AnisotropicReturnPlasticityStressUpdateBaseTempl< false > AnisotropicReturnPlasticityStressUpdateBase
This class provides baseline functionality for anisotropic (Hill-like) plasticity models based on the...
Moose::GenericType< RankTwoTensor, is_ad > GenericRankTwoTensor
static InputParameters validParams()