UserObject base class to compute nodal quantities stored as AuxVariable at a material point based on elemental information of bonds connected at the material point. More...
#include <NodalAuxVariableUserObjectBasePD.h>
Public Member Functions | |
NodalAuxVariableUserObjectBasePD (const InputParameters ¶meters) | |
virtual void | initialize () override |
virtual void | execute () override |
virtual void | threadJoin (const UserObject &) override |
virtual void | finalize () override |
Protected Member Functions | |
virtual void | computeValue (unsigned int id, dof_id_type dof)=0 |
Function to assemble elemental quantities to nodal AuxVariable at a material point. More... | |
Protected Attributes | |
MooseVariable * | _var |
Pointer to the aux variable this userobject operates on. More... | |
MooseVariable * | _bond_status_var |
Bond status aux variable. More... | |
AuxiliarySystem & | _aux |
Reference to auxiliary system. More... | |
NumericVector< Number > & | _aux_sln |
Solution vector for aux variables. More... | |
PeridynamicsMesh & | _pdmesh |
Reference to Peridynamic mesh. More... | |
UserObject base class to compute nodal quantities stored as AuxVariable at a material point based on elemental information of bonds connected at the material point.
Definition at line 23 of file NodalAuxVariableUserObjectBasePD.h.
NodalAuxVariableUserObjectBasePD::NodalAuxVariableUserObjectBasePD | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file NodalAuxVariableUserObjectBasePD.C.
|
protectedpure virtual |
Function to assemble elemental quantities to nodal AuxVariable at a material point.
id | The local index of element node (either 1 or 2 for Edge2 element) |
dof | The global DOF of element node |
Implemented in NodalDamageIndexPD, NodalNumIntactBondsPD, and NodalRankTwoUserObjectBasePD.
Referenced by execute().
|
overridevirtual |
Definition at line 43 of file NodalAuxVariableUserObjectBasePD.C.
|
overridevirtual |
Definition at line 54 of file NodalAuxVariableUserObjectBasePD.C.
|
overridevirtual |
Definition at line 35 of file NodalAuxVariableUserObjectBasePD.C.
|
inlineoverridevirtual |
Definition at line 30 of file NodalAuxVariableUserObjectBasePD.h.
|
protectedinherited |
Reference to auxiliary system.
Definition at line 33 of file ElementUserObjectBasePD.h.
Referenced by execute(), and initialize().
|
protectedinherited |
Solution vector for aux variables.
Definition at line 36 of file ElementUserObjectBasePD.h.
Referenced by NodalDamageIndexPD::computeValue(), NodalNumIntactBondsPD::computeValue(), finalize(), NodalRankTwoComponentPD::gatherWeightedValue(), and NodalRankTwoScalarPD::gatherWeightedValue().
|
protectedinherited |
Bond status aux variable.
Definition at line 30 of file ElementUserObjectBasePD.h.
Referenced by NodalRankTwoUserObjectBasePD::computeValue(), NodalDamageIndexPD::computeValue(), and NodalNumIntactBondsPD::computeValue().
|
protectedinherited |
Reference to Peridynamic mesh.
Definition at line 39 of file ElementUserObjectBasePD.h.
Referenced by NodalRankTwoUserObjectBasePD::computeValue(), NodalDamageIndexPD::computeValue(), GeneralizedPlaneStrainUserObjectNOSPD::execute(), and GeneralizedPlaneStrainUserObjectOSPD::execute().
|
protected |
Pointer to the aux variable this userobject operates on.
Definition at line 43 of file NodalAuxVariableUserObjectBasePD.h.
Referenced by execute(), and initialize().