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

#include <BndElement.h>

Public Member Functions

 BndElement (Elem *elem, unsigned short int side, BoundaryID bnd_id)
 

Public Attributes

Elem * _elem
 pointer to the element More...
 
unsigned short int _side
 side number More...
 
BoundaryID _bnd_id
 boundary id for the node More...
 

Detailed Description

Definition at line 19 of file BndElement.h.

Constructor & Destructor Documentation

◆ BndElement()

BndElement::BndElement ( Elem *  elem,
unsigned short int  side,
BoundaryID  bnd_id 
)
inline

Definition at line 21 of file BndElement.h.

22  : _elem(elem), _side(side), _bnd_id(bnd_id)
23  {
24  }
unsigned short int _side
side number
Definition: BndElement.h:29
Elem * _elem
pointer to the element
Definition: BndElement.h:27
BoundaryID _bnd_id
boundary id for the node
Definition: BndElement.h:31

Member Data Documentation

◆ _bnd_id

BoundaryID BndElement::_bnd_id

boundary id for the node

Definition at line 31 of file BndElement.h.

◆ _elem

Elem* BndElement::_elem

pointer to the element

Definition at line 27 of file BndElement.h.

◆ _side

unsigned short int BndElement::_side

side number

Definition at line 29 of file BndElement.h.


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