Skip to content

Commit

Permalink
Update ex20_third-medium-contact.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 12, 2024
1 parent d8fb6ca commit 9cdbe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ex20_third-medium-contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
from felupe.math import dddot, hess


@fem.Form(v=fields[1], u=fields[1], kwargs={"kr": None})
@fem.Form(v=fields[1], u=fields[1], kwargs={"kr": 1.0})
def bilinearform():
return [lambda v, u, kr: kr * dddot(hess(u), hess(v))]

Expand Down

0 comments on commit 9cdbe2d

Please sign in to comment.