https://mooseframework.inl.gov
HorizonStabilizedFormIIFiniteStrainMechanicsNOSPD.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 
13 
14 class PeridynamicsMesh;
15 
21 {
22 public:
24 
26 
27 protected:
28  virtual void computeLocalResidual() override;
29  virtual void computeNonlocalResidual() override;
30 
31  virtual void computeLocalJacobian() override;
32  virtual void computeNonlocalJacobian() override;
33 
34  virtual void computeLocalOffDiagJacobian(unsigned int jvar_num,
35  unsigned int coupled_component) override;
36  virtual void computePDNonlocalOffDiagJacobian(unsigned int jvar_num,
37  unsigned int coupled_component) override;
38 
40  const unsigned int _component;
41 };
Base kernel class for finite strain correspondence models.
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...
Peridynamics mesh class.
Kernel class for Form II of the horizon-stabilized peridynamic correspondence model for finite strain...
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...
const unsigned int _component
The index of displacement component.