Skip to content

Commit

Permalink
Smooth out ruffness
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam authored Oct 2, 2024
1 parent 88a4eca commit 10cd445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_grudge.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def _spheroid_surface_area(radius, aspect_ratio):
e = np.sqrt(1.0 - (c/a)**2)
return 2.0 * np.pi * radius**2 * (1 + (c/a)**2 / e * np.arctanh(e))


# This tests uses op.integral which has been changed to directly use quadrature
# weights instead of the mass matrix. We either need to reimplement this test
# to do what it was intended to do, or rename it appropriately.
Expand Down

0 comments on commit 10cd445

Please sign in to comment.