3D Beam Finite Element Code
1.0
|
A single term in the equation constraint. More...
#include <containers.h>
Public Member Functions | |
Term () | |
Term (unsigned int _node_number, unsigned int _dof, double _coefficient) | |
Constructor. More... | |
Public Attributes | |
unsigned int | node_number |
unsigned int | dof |
double | coefficient |
A single term in the equation constraint.
Each term defines the node number, degree of freedom and coefficient.
|
inline |
Default constructor
|
inline |
Constructor.
node_number. | unsigned int . Index of the node within the node list. |
dof. | unsigned int . Degree of freedom for the specified node. |
coefficient. | double . coefficient to multiply the corresponding nodal variable by. |
double fea::Equation::Term::coefficient |
Coefficient to multiply the nodal variable by.
unsigned int fea::Equation::Term::dof |
Degree of freedom.
unsigned int fea::Equation::Term::node_number |
Index of the node in the node list.