Aux Kernel class to output the area/volume of material points. More...
#include <NodalVolumePD.h>
Public Member Functions | |
| NodalVolumePD (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 area/volume of material points.
Definition at line 23 of file NodalVolumePD.h.
| NodalVolumePD::NodalVolumePD | ( | const InputParameters & | parameters | ) |
Definition at line 27 of file NodalVolumePD.C.
|
overrideprotected |
Definition at line 34 of file NodalVolumePD.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(), computeValue(), and BoundaryOffsetPD::computeValue().
1.8.16