www.mooseframework.org
Public Member Functions | Public Attributes | List of all members
BndNode Struct Reference

#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...
 

Detailed Description

Definition at line 19 of file BndNode.h.

Constructor & Destructor Documentation

◆ BndNode()

BndNode::BndNode ( Node *  node,
BoundaryID  bnd_id 
)
inline

Definition at line 21 of file BndNode.h.

21 : _node(node), _bnd_id(bnd_id) {}
BoundaryID _bnd_id
boundary id for the node
Definition: BndNode.h:26
Node * _node
pointer to the node
Definition: BndNode.h:24

Member Data Documentation

◆ _bnd_id

BoundaryID BndNode::_bnd_id

◆ _node

Node* BndNode::_node

The documentation for this struct was generated from the following file: