Skip to content

Commit 9c315fc

Browse files
Update pySDC/implementations/problem_classes/GenericGusto.py
Co-authored-by: Dr Jemma Shipton <[email protected]>
1 parent f6ba03d commit 9c315fc

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
@@ -43,7 +43,7 @@ def __init__(
4343
apply_bcs (bool, optional): whether to apply the equation's boundary
4444
conditions. Defaults to True.
4545
solver_params (dict, optional): Solver parameters for the nonlinear variational problems
46-
stop_at_divergence (bool): Whether to raise an error when the variational problems do not converge
46+
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): Size of the cache for solvers
4848
residual (Firedrake.form, optional): Overwrite the residual of the equation, e.g. after adding spatial methods.
4949
*active_labels (:class:`Label`): labels indicating which terms of

0 commit comments

Comments
 (0)