Aux Kernel class to output the offset of boundary nodes from initial FE mesh. More...
#include <BoundaryOffsetPD.h>
Public Member Functions | |
BoundaryOffsetPD (const InputParameters ¶meters) | |
Protected Member Functions | |
Real | computeValue () override |
Protected Attributes | |
PeridynamicsMesh & | _pdmesh |
Reference to peridynamic mesh object. More... | |
const unsigned int | _dim |
Problem dimension. More... | |
Aux Kernel class to output the offset of boundary nodes from initial FE mesh.
Definition at line 23 of file BoundaryOffsetPD.h.
BoundaryOffsetPD::BoundaryOffsetPD | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file BoundaryOffsetPD.C.
|
overrideprotected |
Definition at line 35 of file BoundaryOffsetPD.C.
|
protectedinherited |
Problem dimension.
Definition at line 33 of file AuxKernelBasePD.h.
Referenced by NodalRankTwoPD::computeNodalTotalStrain(), and NodalRankTwoPD::NodalRankTwoPD().
|
protectedinherited |
Reference to peridynamic mesh object.
Definition at line 30 of file AuxKernelBasePD.h.
Referenced by NodalRankTwoPD::computeNodalTotalStrain(), NodalVolumePD::computeValue(), and computeValue().