#include <BndNode.h>
Public Member Functions | |
| BndNode (Node *node, BoundaryID bnd_id) | |
Public Attributes | |
| 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(), ComputeNodalKernelBcsThread::onNode(), ComputeNodalAuxBcsThread< AuxKernelType >::onNode(), ComputeNodalKernelBCJacobiansThread::onNode(), and BndNodeCompare::operator()().
| Node* BndNode::_node |
pointer to the node
Definition at line 24 of file BndNode.h.
Referenced by ComputeBoundaryInitialConditionThread::onNode(), ComputeNodalKernelBcsThread::onNode(), ComputeNodalAuxBcsThread< AuxKernelType >::onNode(), ComputeNodalKernelBCJacobiansThread::onNode(), and BndNodeCompare::operator()().
1.8.16