![]() |
NuTo
Numerics Tool
|
#include "nuto/mechanics/dofs/DofNumbering.h"Functions | |
| int | InitialUnconstrainedNumbering (const Group< NodeSimple > &nodes) |
build dof numbering, starting at 0, for all nodes regardless of constraints More... | |
| std::vector< int > | GetStatusOfDofNumber (const Constraint::Constraints &constraints, DofType dof, int numDofs) |
| Find the status (INDEPENDENT or dependent) for all dof numbers. More... | |
Variables | |
| constexpr int | INDEPENDENT = -1 |
| std::vector<int> GetStatusOfDofNumber | ( | const Constraint::Constraints & | constraints, |
| DofType | dof, | ||
| int | numDofs | ||
| ) |
Find the status (INDEPENDENT or dependent) for all dof numbers.
| int InitialUnconstrainedNumbering | ( | const Group< NodeSimple > & | nodes | ) |
build dof numbering, starting at 0, for all nodes regardless of constraints
nodes | constexpr int INDEPENDENT = -1 |
1.8.11