Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed Dec 15, 2024
1 parent f793019 commit 0d3ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapy/diffgeo.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def tria_compute_rotated_f(tria, vfunc):
# div is the integrated divergence (so it is already B*div)
fem.mass = sparse.eye(fem.stiffness.shape[0], dtype=vfunc.dtype)
# since the solution is ill defined (addition of constant)
# we specify an arbitary boundary condition at a single vertex to
# we specify an arbitrary boundary condition at a single vertex to
# remove that degree of freedom
dtup = ( np.array([0]), np.array([0.0]))
vf = fem.poisson(divf,dtup)
Expand Down

0 comments on commit 0d3ee23

Please sign in to comment.