Skip to content

Commit

Permalink
Update test_mechanics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr authored Nov 28, 2024
1 parent bae3834 commit 5692cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mechanics.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_simple():
r = fem.RegionHexahedron(m, uniform=True)
u = fem.FieldContainer([fem.Field(r, dim=3)])

b = fem.SolidBody(umat, u)
b = fem.SolidBody(umat, u, density=1.0)
r = b.assemble.vector()

K = b.assemble.matrix()
Expand Down

0 comments on commit 5692cac

Please sign in to comment.