https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
ConstBndElement Struct Reference

#include <BndElement.h>

Public Member Functions

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

Public Attributes

const 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 34 of file BndElement.h.

Constructor & Destructor Documentation

◆ ConstBndElement()

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

Definition at line 36 of file BndElement.h.

38  {
39  }
BoundaryID bnd_id
boundary id for the node
Definition: BndElement.h:46
const Elem * elem
pointer to the element
Definition: BndElement.h:42
unsigned short int side
side number
Definition: BndElement.h:44

Member Data Documentation

◆ bnd_id

BoundaryID ConstBndElement::bnd_id

boundary id for the node

Definition at line 46 of file BndElement.h.

◆ elem

const Elem* ConstBndElement::elem

pointer to the element

Definition at line 42 of file BndElement.h.

◆ side

unsigned short int ConstBndElement::side

side number

Definition at line 44 of file BndElement.h.


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