Skip to content

Commit

Permalink
Update _boundary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 13, 2023
1 parent b07ef0e commit 5c54776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/felupe/dof/_boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,6 @@ def __init__(
self.points = np.arange(mesh.npoints)[mask]

def update(self, value):
"Update the value of the boundary."

self.value = value

0 comments on commit 5c54776

Please sign in to comment.