Skip to content

Commit

Permalink
Merge pull request #686 from evalf/fix-doc-thetamethod
Browse files Browse the repository at this point in the history
fix doc of param timestep of solver.thetamethod
  • Loading branch information
gertjanvanzwieten committed Jun 1, 2022
2 parents d636036 + 3576882 commit b0d6512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutils/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class thetamethod(cache.Recursion, length=1, version=1):
residual : :class:`nutils.evaluable.AsEvaluableArray`
inertia : :class:`nutils.evaluable.AsEvaluableArray`
timestep : :class:`float`
Initial time step, will scale up as residual decreases
The time step.
lhs0 : :class:`numpy.ndarray`
Coefficient vector, starting point of the iterative procedure.
theta : :class:`float`
Expand Down

0 comments on commit b0d6512

Please sign in to comment.