Skip to content

Commit

Permalink
Update test_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Nov 28, 2024
1 parent 444a12f commit 4037031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ def test_solve():

def test_hello_world():
fem.hello_world()
fem.hello_world(pypardiso=True, parallel=True)
fem.hello_world(pypardiso=True, parallel=True, xdmf=True)
fem.hello_world(curve=True, axisymmetric=True)
fem.hello_world(container=True, planestrain=True)


def test_solve_mixed():
Expand Down

0 comments on commit 4037031

Please sign in to comment.