-
Notifications
You must be signed in to change notification settings - Fork 13
Open simulation accuracy tolerance parameters
Evan Drumwright edited this page Jan 26, 2016
·
3 revisions
Moby attempts to minimize the number of open accuracy and tolerance parameters used for simulation to reduce user effort to run and debug simulations.
- Friction cone edges: the default number of edges of a linearized friction cone for contacts is four. Higher values (multiples of four should be used) will yield more accurate frictional force approximations (at the expense of greater running time and reduced ability to solve the resulting linear complementarity problem/QP). Minimal value is four.
- Integration step size: the nominal integration step size (default 1e-3) allows one to specify a numerical integration step size that maximizes the user's desired tradeoff between accuracy, numerical stability, and running time