Skip to content

Commit

Permalink
Remove reference to optimize from cahnhilliard doc
Browse files Browse the repository at this point in the history
This patch removes the reference to solver.optimize from the docstring of the
cahnhilliard example, which switched to using System.solve instead.
  • Loading branch information
gertjanvanzwieten committed Oct 22, 2024
1 parent aed09e4 commit f019677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cahnhilliard.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def main(size: Length = parse('10cm'),
For this reason, the `stab` enum in this script defines the stabilizing term
`δψ`, rather than `f`, allowing Nutils to construct the residuals through
automatic differentiation using the `optimize` method.
automatic differentiation.
Parameters
----------
Expand Down

0 comments on commit f019677

Please sign in to comment.