Releases: JuliaGeometry/MeshIntegrals.jl
Releases · JuliaGeometry/MeshIntegrals.jl
v0.11.2
Updates since v0.11.0:
v0.11.0
Updates since v0.10.0:
- Major internal overhaul toward generalized integration methods, making use of a Jacobian approximation for parametric differentials
- Added support for integration on
ParaboloidSurface
andTorus
v0.10.0
Updates since v0.9.6
- All integration calculations now occur in methods for the
integral
function - The
lineintegral
,surfaceintegral
, andvolumeintegral
functions are now wrappers forintegral
with a parametric-dimension check
v0.9.6
Updates since v0.9.5:
- Overhaul of
tests
with infrastructure that enables the functions/algorithms support matrix to be directly encoded and appropriate tests generated automatically. - Added exported template for planned
integral
function (no methods yet) - Incidental bugfixes discovered through the new testing infrastructure
- Bugfix for
surfaceintegral
onDisk{T}
issue that led to incorrect results - Bugfix for
surfaceintegral
onSphere{3,T}
issue that led to incorrect results
- Bugfix for
v0.9.5
Updates since v0.9.4
- Add a
GaussKronrod
method forsurfaceintegral
onCylinderSurface
- Add
surfaceintegral
methods onSphere{3,T}
- Add
volumeintegral
methods onBall{3,T}
- Removed testing for contour
lineintegral
onPoint{1,Complex}
-domain -- no longer supported by Meshes.jl
v0.9.4
v0.9.3
Updates since v0.9.2:
- Adds
surfaceintegral
methods forBall{2,T}
- Adds HCubature methods for all currently-supported integrals
v0.9.2
Updates:
- Implements
lineintegral
methods forBox{1,T}
andLine
geometries.