![]() |
NuTo
Numerics Tool
|
#include <Eigen/Core>#include "nuto/mechanics/dofs/DofVector.h"#include "nuto/mechanics/dofs/DofMatrixSparse.h"#include "nuto/mechanics/constraints/Constraints.h"Go to the source code of this file.
Classes | |
| class | NuTo::ConstrainedSystemSolver |
Namespaces | |
| NuTo | |
Functions | |
| DofVector< double > | NuTo::Solve (const DofMatrixSparse< double > &K, const DofVector< double > &f, Constraint::Constraints &bcs, std::vector< DofType > dofs, std::string solver="EigenSparseLU") |
| DofVector< double > | NuTo::SolveTrialState (const DofMatrixSparse< double > &K, const DofVector< double > &f, double oldTime, double newTime, Constraint::Constraints &bcs, std::vector< DofType > dofs, std::string solver="EigenSparseLU") |
1.8.11