#include <BndNode.h>
Public Member Functions | |
BndNode (libMesh::Node *node, BoundaryID bnd_id) | |
Public Attributes | |
libMesh::Node * | _node |
pointer to the node More... | |
BoundaryID | _bnd_id |
boundary id for the node More... | |
|
inline |
BoundaryID BndNode::_bnd_id |
boundary id for the node
Definition at line 26 of file BndNode.h.
Referenced by ComputeBoundaryInitialConditionThread::onNode(), ComputeNodalAuxBcsThread< AuxKernelType >::onNode(), ComputeNodalKernelBcsThread::onNode(), BoundaryNodeIntegrityCheckThread::onNode(), ComputeMortarNodalAuxBndThread< AuxKernelType >::onNode(), ComputeNodalKernelBCJacobiansThread::onNode(), and BndNodeCompare::operator()().
libMesh::Node* BndNode::_node |
pointer to the node
Definition at line 24 of file BndNode.h.
Referenced by ComputeBoundaryInitialConditionThread::onNode(), ComputeNodalAuxBcsThread< AuxKernelType >::onNode(), ComputeNodalKernelBcsThread::onNode(), BoundaryNodeIntegrityCheckThread::onNode(), ComputeMortarNodalAuxBndThread< AuxKernelType >::onNode(), ComputeNodalKernelBCJacobiansThread::onNode(), and BndNodeCompare::operator()().