std::vector< const Function * > _initial_stress_fcn
initial stress components
MaterialProperty< RankFourTensor > & _Jacobian_mult
derivative of stress w.r.t. strain (_dstress_dstrain)
ComputeGeneralStressBase is the direct base class for stress calculator materials that may leverage q...
const MaterialProperty< RankTwoTensor > & _mechanical_strain
Mechanical strain material property.
const std::string _base_name
Base name prepended to all material property names to allow for multi-material systems.
virtual void computeQpProperties() override
virtual void initQpStatefulProperties() override
static InputParameters validParams()
ComputeGeneralStressBase(const InputParameters ¶meters)
MaterialProperty< RankTwoTensor > & _elastic_strain
Elastic strain material property.
const MaterialProperty< RankTwoTensor > & _extra_stress
Extra stress tensor.
const InputParameters & parameters() const
MaterialProperty< RankTwoTensor > & _stress
Stress material property.
virtual void computeQpStress()=0
Compute the stress and store it in the _stress material property for the current quadrature point...