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 4548a8f commit bae3834
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 @@ -235,7 +235,7 @@ def test_solidbody_incompressible():

umat = fem.OgdenRoxburgh(fem.NeoHooke(mu=1), r=3, m=1, beta=0)
b = fem.SolidBodyNearlyIncompressible(
umat=umat, field=u, bulk=5000, state=fem.StateNearlyIncompressible(u)
umat=umat, field=u, bulk=5000, state=fem.StateNearlyIncompressible(u), density=1.0
)

M = b.assemble.mass()
Expand Down

0 comments on commit bae3834

Please sign in to comment.