From df1d15fa38a6b532844cf26b6dcb4f4ccf1d2e59 Mon Sep 17 00:00:00 2001 From: Yuxuan Jiang Date: Wed, 8 Jan 2025 09:53:36 +0800 Subject: [PATCH] Fix typo in modeling.rst --- doc/modeling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modeling.rst b/doc/modeling.rst index fdf6017f..78a5d336 100644 --- a/doc/modeling.rst +++ b/doc/modeling.rst @@ -1607,7 +1607,7 @@ dedicated section :ref:`therein`. :ref:`Numerical Integration` section. The default recommended choice is the ``implicitfast`` integrator. 3. :ref:`Constraint Jacobians`: Try switching the Jacobian setting between "dense" and "sparse". These - two options use seperate code paths using dense or sparse algebra, but are otherwise compationally identical, so the + two options use seperate code paths using dense or sparse algebra, but are otherwise computationally identical, so the faster one is always preferred. The default "auto" heuristic does not always make the right choice. 4. **Constraint solver:** If the profiler reports that a large chunk of time is spent in the solver, consider the following: