![]() |
NuTo
Numerics Tool
|
Functions | |
| DofInfo | Build (const Group< NodeSimple > &dofNodes, DofType dof, const Constraint::Constraints &constraints) |
Builds the dof numbering for type dof for all the dofNodes and stores it at the dofNodes. More... | |
| std::vector< int > | Get (const Group< NodeSimple > &dofNodes, int component=0) |
Extracts the dof numbers from dofNodes for a given component (0 for scalar, x=0, y=1, z=2 for vector dofs) More... | |
| DofInfo NuTo::DofNumbering::Build | ( | const Group< NodeSimple > & | dofNodes, |
| DofType | dof, | ||
| const Constraint::Constraints & | constraints | ||
| ) |
Builds the dof numbering for type dof for all the dofNodes and stores it at the dofNodes.
| std::vector< int > NuTo::DofNumbering::Get | ( | const Group< NodeSimple > & | dofNodes, |
| int | component = 0 |
||
| ) |
Extracts the dof numbers from dofNodes for a given component (0 for scalar, x=0, y=1, z=2 for vector dofs)
1.8.11