Skip to content

Releases: JuliaGeometry/MeshIntegrals.jl

v0.9.5

21 Feb 23:57
2a38339

Choose a tag to compare

Updates since v0.9.4

  • Add a GaussKronrod method for surfaceintegral on CylinderSurface
  • Add surfaceintegral methods on Sphere{3,T}
  • Add volumeintegral methods on Ball{3,T}
  • Removed testing for contour lineintegral on Point{1,Complex}-domain -- no longer supported by Meshes.jl

v0.9.4

18 Feb 21:41
a76852c

Choose a tag to compare

Updates since v0.9.3:

  • Implements volumeintegral method for Box{3,T} (#13)
  • Improved surfaceintegral method for Triangle with GaussLegendre (accurate to about twice as many significant figures) (#12)
  • Added SimpleMesh to roadmap (#11)

v0.9.3

17 Feb 12:16
f5810d7

Choose a tag to compare

Updates since v0.9.2:

  • Adds surfaceintegral methods for Ball{2,T}
  • Adds HCubature methods for all currently-supported integrals

v0.9.2

16 Feb 02:26
6c9079d

Choose a tag to compare

Updates:

  • Implements lineintegral methods for Box{1,T} and Line geometries.