Skip to content

Commit 952ac2f

Browse files
Update pySDC/implementations/problem_classes/GenericGusto.py
Co-authored-by: Dr Jemma Shipton <[email protected]>
1 parent 4581e39 commit 952ac2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/implementations/problem_classes/GenericGusto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(
4545
solver_params (dict, optional): Solver parameters for the nonlinear variational problems
4646
stop_at_divergence (bool, optional): Whether to raise an error when the variational problems do not converge. Defaults to False
4747
LHS_cache_size (int, optional): Size of the cache for solvers. Defaults to 12.
48-
residual (Firedrake.form, optional): Overwrite the residual of the equation, e.g. after adding spatial methods.
48+
residual (Firedrake.form, optional): Overwrite the residual of the equation, e.g. after adding spatial methods. Defaults to None.
4949
*active_labels (:class:`Label`): labels indicating which terms of
5050
the equation to include.
5151
"""

0 commit comments

Comments
 (0)