ADComputeStrainIncrementBasedStress computes stress considering list of inelastic strain increments.
const ADMaterialProperty< RankFourTensor > & _elasticity_tensor
Elasticity tensor material property.
std::vector< MaterialPropertyName > _inelastic_strain_names
Names of the inelastic strain material properties for all inelastic models.
static InputParameters validParams()
const std::string _elasticity_tensor_name
Name of the elasticity tensor material property.
std::vector< const MaterialProperty< RankTwoTensor > * > _inelastic_strains_old
const MaterialProperty< RankTwoTensor > & _mechanical_strain_old
Old state of the mechanical strain material property.
virtual void computeQpStress()
unsigned int _num_inelastic_strain_models
Number of inelastic models.
const MaterialProperty< RankTwoTensor > & _stress_old
Old state of the stress tensor material property.
std::vector< const ADMaterialProperty< RankTwoTensor > * > _inelastic_strains
Vectors of current and old states of the inelastic strain material properties.
ADComputeStressBaseTempl is the base class for stress tensors.
const InputParameters & parameters() const