Skip to content

Commit 6a9710f

Browse files
committed
typo on contact models
1 parent 3f0f3fb commit 6a9710f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/solver_options.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Solver Options
22

3-
The solver we implemented has several options all accessible via [`SolverOptions`](@ref). Here is a list describing what they are, their typical values and their impact on the solver's behavior.
3+
The solver we implemented has several options all accessible via [`SolverOptions`](@ref). Here is a list describing their impact on the solver's behavior, their typical values and if they need to be tuned.
44

55

6-
Increasing $b_{tol}$ results in smoothed contact dynamics.
7-
86
| option | min $\cdot$ default $\cdot$ max values | effect | require tuning |
97
| ----------------------- | -------------------------------------- | ------ | -------------- |
108
| `rtol` | $10^{-6}$ $\cdot$ $10^{-4}$ $\cdot$ $10^{-2}$ | larger leads to faster solve (usually takes the same value as `btol`) | rarely |

0 commit comments

Comments
 (0)