File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pySDC/implementations/problem_classes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments