3D Beam Finite Element Code  1.0
Public Member Functions | Public Attributes | List of all members
fea::Equation::Term Struct Reference

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
 

Detailed Description

A single term in the equation constraint.

Each term defines the node number, degree of freedom and coefficient.

Constructor & Destructor Documentation

fea::Equation::Term::Term ( )
inline

Default constructor

fea::Equation::Term::Term ( unsigned int  _node_number,
unsigned int  _dof,
double  _coefficient 
)
inline

Constructor.

Parameters
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.

Member Data Documentation

double fea::Equation::Term::coefficient

Coefficient to multiply the nodal variable by.

unsigned int fea::Equation::Term::dof

Degree of freedom.

See also
fea::DOF
unsigned int fea::Equation::Term::node_number

Index of the node in the node list.


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