https://mooseframework.inl.gov
WeakPlaneStressNOSPD.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "MechanicsBaseNOSPD.h"
13 
19 {
20 public:
22 
23  WeakPlaneStressNOSPD(const InputParameters & parameters);
24 
25  virtual void computeLocalResidual() override;
26  virtual void computeLocalJacobian() override;
27  virtual void computeLocalOffDiagJacobian(unsigned int jvar_num,
28  unsigned int coupled_component) override;
29  virtual void computePDNonlocalOffDiagJacobian(unsigned int jvar_num,
30  unsigned int coupled_component) override;
31 };
virtual void computeLocalJacobian() override
Kernel class for weak plane stress formulation based on Form I of the horizon-stabilized peridynamic ...
virtual void computeLocalResidual() override
WeakPlaneStressNOSPD(const InputParameters &parameters)
virtual 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...
virtual 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...
static InputParameters validParams()
Base kernel class for bond-associated correspondence material models.