We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c315fc commit 4581e39Copy full SHA for 4581e39
pySDC/implementations/problem_classes/GenericGusto.py
@@ -44,7 +44,7 @@ def __init__(
44
conditions. Defaults to True.
45
solver_params (dict, optional): Solver parameters for the nonlinear variational problems
46
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
+ 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.
49
*active_labels (:class:`Label`): labels indicating which terms of
50
the equation to include.
0 commit comments