![]() |
NuTo
Numerics Tool
|
stores a constraint equation More...
#include <Equation.h>
Public Member Functions | |
| Equation (const NodeSimple &dependentNode, int dependentComponent, RhsFunction rhs) | |
| ctor with constant rhs, defaults to 0 More... | |
| void | AddIndependentTerm (Term term) |
| adds a term to the equation More... | |
| double | GetRhs (double time) const |
| evaluates the rhs function at a given time More... | |
| const Term & | GetDependentTerm () const |
| getter for mTerms More... | |
| const std::vector< Term > & | GetIndependentTerms () const |
| getter for mTerms More... | |
| int | GetDependentDofNumber () const |
stores a constraint equation
|
inline |
ctor with constant rhs, defaults to 0
| dependentNode | node reference |
| dependentComponent | component in the dof vector of the node |
| rhs | value for the constant rhs |
|
inline |
adds a term to the equation
| term | equation term |
|
inline |
|
inline |
getter for mTerms
|
inline |
getter for mTerms
|
inline |
evaluates the rhs function at a given time
| time | global time |
1.8.11