const MaterialProperty< RankFourTensor > & _elasticity_tensor
Elasticity tensor material property.
const MaterialProperty< RankTwoTensor > & _strain_increment
Strain increment material property.
ComputeFiniteStrainElasticStress computes the stress following elasticity theory for finite strains.
InputParameters validParams< ComputeFiniteStrainElasticStress >()
const std::string _elasticity_tensor_name
Name of the elasticity tensor material property.
const MaterialProperty< RankTwoTensor > & _rotation_increment
Rotation increment material property.
ComputeStressBase is the base class for stress tensors.
const MaterialProperty< RankTwoTensor > & _elastic_strain_old
The old elastic strain is used to calculate the old stress in the case of variable elasticity tensors...
Add-on class that provides the functionality to check if guarantees for material properties are provi...
ComputeFiniteStrainElasticStress(const InputParameters ¶meters)
const MaterialProperty< RankTwoTensor > & _stress_old
Old state of the stress tensor material property.
void initialSetup() override
virtual void computeQpStress() override
Compute the stress and store it in the _stress material property for the current quadrature point.
static InputParameters validParams()