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 @@ -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 """
You can’t perform that action at this time.
0 commit comments