www.mooseframework.org
Public Member Functions | Protected Attributes | List of all members
GeneralUserObjectBasePD Class Reference

#include <GeneralUserObjectBasePD.h>

Inheritance diagram for GeneralUserObjectBasePD:
[legend]

Public Member Functions

 GeneralUserObjectBasePD (const InputParameters &parameters)
 

Protected Attributes

MooseMesh & _mesh
 Reference to Moose mesh. More...
 
PeridynamicsMesh_pdmesh
 Reference to peridynamics mesh. More...
 
const unsigned int _nnodes
 number of nodes for a edge element More...
 

Detailed Description

Definition at line 20 of file GeneralUserObjectBasePD.h.

Constructor & Destructor Documentation

◆ GeneralUserObjectBasePD()

GeneralUserObjectBasePD::GeneralUserObjectBasePD ( const InputParameters &  parameters)

Definition at line 23 of file GeneralUserObjectBasePD.C.

24  : GeneralUserObject(parameters),
25  _mesh(_subproblem.mesh()),
26  _pdmesh(dynamic_cast<PeridynamicsMesh &>(_mesh)),
27  _nnodes(2)
28 {
29 }

Member Data Documentation

◆ _mesh

MooseMesh& GeneralUserObjectBasePD::_mesh
protected

Reference to Moose mesh.

Definition at line 27 of file GeneralUserObjectBasePD.h.

Referenced by GhostElemPD::ghostElements().

◆ _nnodes

const unsigned int GeneralUserObjectBasePD::_nnodes
protected

number of nodes for a edge element

Definition at line 33 of file GeneralUserObjectBasePD.h.

Referenced by GhostElemPD::ghostElements().

◆ _pdmesh

PeridynamicsMesh& GeneralUserObjectBasePD::_pdmesh
protected

Reference to peridynamics mesh.

Definition at line 30 of file GeneralUserObjectBasePD.h.

Referenced by GhostElemPD::ghostElements().


The documentation for this class was generated from the following files:
GeneralUserObjectBasePD::_nnodes
const unsigned int _nnodes
number of nodes for a edge element
Definition: GeneralUserObjectBasePD.h:33
GeneralUserObjectBasePD::_pdmesh
PeridynamicsMesh & _pdmesh
Reference to peridynamics mesh.
Definition: GeneralUserObjectBasePD.h:30
GeneralUserObjectBasePD::_mesh
MooseMesh & _mesh
Reference to Moose mesh.
Definition: GeneralUserObjectBasePD.h:27