Skip to content

Commit

Permalink
Update gusto/solvers/linear_solvers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dr Jemma Shipton <j.shipton@exeter.ac.uk>
  • Loading branch information
atb1995 and jshipton authored Aug 16, 2024
1 parent 52074c0 commit a88e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gusto/solvers/linear_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def __init__(self, equations, alpha=0.5, tau_values=None,
alpha (float, optional): the semi-implicit off-centring factor.
Defaults to 0.5. A value of 1 is fully-implicit.
tau_values (dict, optional): contains the semi-implicit relaxation
parameters. Defaults to None.
parameters. Defaults to None, in which case the value of alpha is used.
quadrature_degree (tuple, optional): a tuple (q_h, q_v) where q_h is
the required quadrature degree in the horizontal direction and
q_v is that in the vertical direction. Defaults to None.
Expand Down

0 comments on commit a88e3cb

Please sign in to comment.