Store node values and its dof.
More...
#include <NodeSimple.h>
Store node values and its dof.
- Todo:
- fix sized nodes?
| NuTo::NodeSimple::NodeSimple |
( |
Eigen::VectorXd |
values | ) |
|
|
inline |
initizalizes the node values with values and initializes the dof numbers to zero
- Parameters
-
| values | inititial node values |
| NuTo::NodeSimple::NodeSimple |
( |
double |
value | ) |
|
|
inline |
initializes a 1D node with value and a dof number 0
- Parameters
-
| NuTo::NodeSimple::NodeSimple |
( |
int |
dimension, |
|
|
int |
numInstances |
|
) |
| |
|
inline |
| void NuTo::NodeSimple::AllocateInstances |
( |
int |
numInstances | ) |
|
|
inline |
Allocates numInstances full of zeros.
| int NuTo::NodeSimple::GetDofNumber |
( |
int |
component | ) |
const |
|
inline |
| int NuTo::NodeSimple::GetNumInstances |
( |
| ) |
const |
|
inline |
| int NuTo::NodeSimple::GetNumValues |
( |
| ) |
const |
|
inline |
| const Eigen::VectorXd& NuTo::NodeSimple::GetValues |
( |
int |
instance = 0 | ) |
const |
|
inline |
| void NuTo::NodeSimple::SetDofNumber |
( |
int |
component, |
|
|
int |
dofNumber |
|
) |
| |
|
inline |
| void NuTo::NodeSimple::SetValue |
( |
int |
component, |
|
|
double |
value, |
|
|
int |
instance = 0 |
|
) |
| |
|
inline |
| void NuTo::NodeSimple::SetValues |
( |
Eigen::VectorXd |
values, |
|
|
int |
instance = 0 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: