![]() |
NuTo
Numerics Tool
|
stores constraint equation terms More...
#include <Term.h>
Public Member Functions | |
| Term (const NodeSimple &node, int component, double coefficient) | |
| ctor that sets all members so that the term consists of ... More... | |
| const NodeSimple & | GetNode () const |
| getter for mNode More... | |
| int | GetComponent () const |
| getter for mComponent More... | |
| double | GetCoefficient () const |
| getter for mCoefficient More... | |
| int | GetConstrainedDofNumber () const |
stores constraint equation terms
|
inline |
ctor that sets all members so that the term consists of ...
| node | node reference |
| component | component in the dof vector of the node, has to be smaller than node.GetNumValues() |
| coefficient | coefficient of the equation term |
|
inline |
getter for mCoefficient
|
inline |
getter for mComponent
|
inline |
|
inline |
getter for mNode
1.8.11