An element of the mesh. Contains the indices of the two fea::Node's that form the element as well as the properties of the element given by the fea::Props struct.
More...
#include <containers.h>
An element of the mesh. Contains the indices of the two fea::Node's that form the element as well as the properties of the element given by the fea::Props struct.
| fea::Elem::Elem |
( |
unsigned int |
node1, |
|
|
unsigned int |
node2, |
|
|
const Props & |
_props |
|
) |
| |
|
inline |
Constructor.
Constructor if the node indices are passed independently. Assumes 2 nodes per element.
- Parameters
-
| [in] | node1 | unsigned int. The indices of first node associate with the element. |
| [in] | node2 | unsigned int. The indices of second node associate with the element. |
| [in] | props | Props. The element's properties. |
| Eigen::Vector2i fea::Elem::node_numbers |
The indices of the node list that define the element.
The set of properties to associate with the element.
The documentation for this struct was generated from the following file: