template<typename _Scalar>
struct pinocchio::ContactSolverBaseTpl< _Scalar >
Definition at line 19 of file contact-solver-base.hpp.
◆ CPUTimes
template<typename _Scalar>
| typedef hpp::fcl::CPUTimes CPUTimes |
◆ Scalar
template<typename _Scalar>
◆ Timer
template<typename _Scalar>
| typedef hpp::fcl::Timer Timer |
◆ ContactSolverBaseTpl()
template<typename _Scalar>
◆ getAbsoluteConvergenceResidual()
template<typename _Scalar>
| Scalar getAbsoluteConvergenceResidual | ( | | ) | const |
| inline |
Returns the value of the absolute residual value corresponding to the contact complementary conditions.
Definition at line 94 of file contact-solver-base.hpp.
◆ getAbsolutePrecision()
template<typename _Scalar>
| Scalar getAbsolutePrecision | ( | | ) | const |
| inline |
◆ getCPUTimes()
template<typename _Scalar>
| CPUTimes getCPUTimes | ( | | ) | const |
| inline |
◆ getIterationCount()
template<typename _Scalar>
| int getIterationCount | ( | | ) | const |
| inline |
◆ getMaxIterations()
template<typename _Scalar>
| int getMaxIterations | ( | | ) | const |
| inline |
◆ getProblemSize()
template<typename _Scalar>
| int getProblemSize | ( | | ) | const |
| inline |
◆ getRelativeConvergenceResidual()
template<typename _Scalar>
| Scalar getRelativeConvergenceResidual | ( | | ) | const |
| inline |
Returns the value of the relative residual value corresponding to the difference between two successive iterates (infinity norms).
Definition at line 100 of file contact-solver-base.hpp.
◆ getRelativePrecision()
template<typename _Scalar>
| Scalar getRelativePrecision | ( | | ) | const |
| inline |
◆ setAbsolutePrecision()
template<typename _Scalar>
| void setAbsolutePrecision | ( | const Scalar | absolute_precision | ) | |
| inline |
◆ setMaxIterations()
template<typename _Scalar>
| void setMaxIterations | ( | const int | max_it | ) | |
| inline |
◆ setRelativePrecision()
template<typename _Scalar>
| void setRelativePrecision | ( | const Scalar | relative_precision | ) | |
| inline |
◆ absolute_precision
template<typename _Scalar>
| Scalar absolute_precision |
| protected |
◆ absolute_residual
template<typename _Scalar>
◆ it
template<typename _Scalar>
◆ max_it
template<typename _Scalar>
◆ problem_size
template<typename _Scalar>
◆ relative_precision
template<typename _Scalar>
| Scalar relative_precision |
| protected |
◆ relative_residual
template<typename _Scalar>
◆ timer
template<typename _Scalar>
The documentation for this struct was generated from the following file: