![]() |
NuTo
Numerics Tool
|
#include "nuto/base/Group.h"#include "nuto/mechanics/dofs/DofInfo.h"#include "nuto/mechanics/constraints/Constraints.h"#include "nuto/mechanics/nodes/NodeSimple.h"Go to the source code of this file.
Namespaces | |
| NuTo | |
| NuTo::DofNumbering | |
Functions | |
| 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. More... | |
| 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) More... | |
1.8.11