Skip to content

Commit

Permalink
Modify NSB spatial accuracy test to circumvent weird PETSc error when…
Browse files Browse the repository at this point in the history
… using latest Firedrake Docker container
  • Loading branch information
Alexander G. Zimmerman authored and agzimmerman committed Jun 12, 2020
1 parent c76283c commit e2979ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/verification/test__navier_stokes_boussinesq.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def test__verify_second_order_spatial_accuracy_via_mms():
"reynolds_number": 20.,
"rayleigh_number": 10.,
"prandtl_number": 0.7,
"element_degrees": (1, 2, 2)},
"element_degrees": (1, 2, 2),
"quadrature_degree": 4},
manufactured_solution = manufactured_solution,
dirichlet_boundary_conditions = dirichlet_boundary_conditions,
meshes = [fe.UnitSquareMesh(n, n) for n in (4, 8, 16, 32, 64)],
Expand Down

0 comments on commit e2979ba

Please sign in to comment.