std::vector< const MaterialProperty< RankTwoTensor > * > _inelastic_strains
Vectors of current and old states of the inelastic strain material properties.
InputParameters validParams< ComputeStrainIncrementBasedStress >()
virtual void computeQpJacobian()
ComputeStrainIncrementBasedStress computes stress considering list of inelastic strain increments.
unsigned int _num_inelastic_strain_models
Number of inelastic models.
std::vector< MaterialPropertyName > _inelastic_strain_names
Names of the inelastic strain material properties for all inelastic models.
ComputeStressBase is the base class for stress tensors.
static InputParameters validParams()
std::vector< const MaterialProperty< RankTwoTensor > * > _inelastic_strains_old
const MaterialProperty< RankTwoTensor > & _mechanical_strain_old
ComputeStrainIncrementBasedStress(const InputParameters ¶meters)
const std::string _elasticity_tensor_name
Name of the elasticity tensor material property.
virtual void computeQpStress()
Compute the stress and store it in the _stress material property for the current quadrature point.
const MaterialProperty< RankTwoTensor > & _stress_old
Old state of the stress tensor material property.
const MaterialProperty< RankFourTensor > & _elasticity_tensor
Elasticity tensor material property.
const MaterialProperty< RankTwoTensor > & _mechanical_strain
Current and old states of the mechanical strain material property.