Structure for storing connection data. More...
#include <Component1D.h>
Public Member Functions | |
Connection (const Point &pt, const Elem *elem, unsigned short int side, boundary_id_type bc_id, Real normal) | |
Public Attributes | |
Point | _position |
Physical position of the connecting point. More... | |
const Elem *const | _elem |
Boundary element. More... | |
unsigned short int | _side |
Boundary side. More... | |
const Node *const | _node |
Boundary node of connection (used by other components for connecting) More... | |
unsigned int | _boundary_id |
Boundary id of this connection. More... | |
Real | _normal |
Outward norm (either 1 or -1) on boundaries. More... | |
Structure for storing connection data.
Definition at line 24 of file Component1D.h.
|
inline |
Definition at line 39 of file Component1D.h.
unsigned int Component1D::Connection::_boundary_id |
Boundary id of this connection.
Definition at line 35 of file Component1D.h.
const Elem* const Component1D::Connection::_elem |
Boundary element.
Definition at line 29 of file Component1D.h.
const Node* const Component1D::Connection::_node |
Boundary node of connection (used by other components for connecting)
Definition at line 33 of file Component1D.h.
Real Component1D::Connection::_normal |
Outward norm (either 1 or -1) on boundaries.
Definition at line 37 of file Component1D.h.
Point Component1D::Connection::_position |
Physical position of the connecting point.
Definition at line 27 of file Component1D.h.
unsigned short int Component1D::Connection::_side |
Boundary side.
Definition at line 31 of file Component1D.h.