32 unsigned int coupled_component)
override;
void computePDNonlocalOffDiagJacobian(unsigned int jvar_num, unsigned int coupled_component) override
Function to compute nonlocal contribution to the off-diagonal Jacobian at the current nodes...
void computeLocalOffDiagJacobian(unsigned int jvar_num, unsigned int coupled_component) override
Function to compute local contribution to the off-diagonal Jacobian at the current nodes...
Kernel class for fictitious force stabilized peridynamic correspondence material model for small stra...
virtual void computeLocalJacobian() override
const unsigned int _component
The index of displacement component.
virtual void computeNonlocalJacobian() override
static InputParameters validParams()
const MaterialProperty< Real > & _sf_coeff
Bond based material property for fictitious stabilization force.
virtual void computeLocalResidual() override
Base kernel class for bond-associated correspondence material models.
ForceStabilizedSmallStrainMechanicsNOSPD(const InputParameters ¶meters)