Skip to content

Commit

Permalink
set compressible 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 81c11a6 commit 8bcd62d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/equations/test_incompressible.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def run_incompressible(tmpdir):
# Time stepper
stepper = SemiImplicitQuasiNewton(eqn, io, transported_fields,
transport_methods,
linear_solver=linear_solver)
linear_solver=linear_solver,
num_outer=4, num_inner=1)

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

0 comments on commit 8bcd62d

Please sign in to comment.