InputParameters validParams< ComputePlaneIncrementalStrain >()
virtual unsigned int getSubblockIndex(const Elem &) const =0
The index of subblock this element is on.
Abstract base class for user objects that provide an index for a given element that is independent of...
const bool _scalar_out_of_plane_strain_coupled
const SubblockIndexProvider * _subblock_id_provider
ComputePlaneIncrementalStrain defines strain increment for small strains in a 2D planar simulation.
ComputePlaneIncrementalStrain(const InputParameters ¶meters)
unsigned int getCurrentSubblockIndex() const
gets its subblock index for current element
const VariableValue & _out_of_plane_strain_old
static InputParameters validParams()
std::vector< const VariableValue * > _scalar_out_of_plane_strain_old
virtual Real computeOutOfPlaneGradDispOld() override
Computes the old out-of-plane component of the displacement gradient; as a virtual function,...
const VariableValue & _out_of_plane_strain
std::vector< const VariableValue * > _scalar_out_of_plane_strain
virtual Real computeOutOfPlaneGradDisp() override
Computes the current out-of-plane component of the displacement gradient; as a virtual function,...
const bool _out_of_plane_strain_coupled
unsigned int _nscalar_strains
Compute2DIncrementalStrain defines a strain increment only for incremental strains in 2D geometries,...