ttricco / sarracen

A Python library for smoothed particle hydrodynamics (SPH) analysis and visualization.
https://sarracen.readthedocs.io
GNU General Public License v3.0
15 stars 18 forks source link

Exact 2D & 3D projective interpolation #25

Closed AndrewHarris709 closed 2 years ago

AndrewHarris709 commented 2 years ago

Implements exact SPH interpolation using an analytic solution for volume & surface integrals for the cubic spline kernels, with a similar implementation to Splash, by Maya Petkova and Daniel Price.

This type of interpolation can be performed for 2D scalar and vector interpolation, and for 3D scalar and vector projective interpolation. There is currently no support for 2D or 3D cross-sections.

Example: image