Skip to content

Commit

Permalink
rm power
Browse files Browse the repository at this point in the history
  • Loading branch information
huppd committed Dec 7, 2023
1 parent 5ff35be commit 0293703
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def reference(
)
)
- 2.0 * vn
) * (inv_primal_edge_length**2)
) * (inv_primal_edge_length * inv_primal_edge_length)

z_nabla2_e = z_nabla2_e + (
(
Expand All @@ -145,7 +145,7 @@ def reference(
)
)
- 2.0 * vn
) * (inv_vert_vert_length**2)
) * (inv_vert_vert_length * inv_vert_vert_length)

z_nabla2_e = 4.0 * z_nabla2_e

Expand Down

0 comments on commit 0293703

Please sign in to comment.