Skip to content

Commit

Permalink
set sw_fplane integration-test to use 4x1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommbendall authored Feb 29, 2024
1 parent 57a9350 commit 8cb1749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration-tests/equations/test_sw_fplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ def run_sw_fplane(tmpdir):
DGUpwind(eqns, "D")]

# Time stepper
stepper = SemiImplicitQuasiNewton(eqns, io, transported_fields, transport_methods)
stepper = SemiImplicitQuasiNewton(eqns, io, transported_fields,
transport_methods,
num_outer=4, num_inner=1)

# ------------------------------------------------------------------------ #
# Initial conditions
Expand Down

0 comments on commit 8cb1749

Please sign in to comment.