Skip to content

Commit 4581e39

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

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
@@ -44,7 +44,7 @@ def __init__(
4444
conditions. Defaults to True.
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
47-
LHS_cache_size (int): Size of the cache for solvers
47+
LHS_cache_size (int, optional): Size of the cache for solvers. Defaults to 12.
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
5050
the equation to include.

0 commit comments

Comments
 (0)