Deprecated List
- Class chrono::ChLinkSpring
- Use ChLinkTSDA instead. This class will be removed in a future Chrono release.
- Class chrono::ChLinkSpringCB
- Use ChLinkTSDA instead. This class will be removed in a future Chrono release.
- Class chrono::ChSolverPMINRES
- Use ChSolverMINRES instead. This class will be removed in a future Chrono release.
- Class chrono::ChSolverPSSOR
- Use ChSolverPSOR, ChSolverBB, or ChSolverAPGD instead. This class will be removed in a future Chrono release.
- Member chrono::ChSystem::GetSolverMaxIterations () const
- Prefer using GetSolver and accessing solver statistics directly.
- Member chrono::ChSystem::SetSolverMaxIterations (int max_iters)
- Prefer using SetSolver and setting solver parameters directly.
- Member chrono::ChSystem::SetSolverType (ChSolver::Type type)
- This function does not support all available Chrono solvers. Prefer using SetSolver.