Overview

This section shows how this package can be used for some applications, giving an example of how to use this package beyond the simple examples in the tutorials. The applications we consider are:

  • Interpolation: How to use Delaunay triangulations for interpolation. We consider spatial interpolation, showing an example of what has been implemented in NaturalNeighbours.jl using this package.
  • Cellular Biology: How to use Delaunay triangulations to simulate some cell dynamics.
  • Solving PDEs: How to use Delaunay triangulations to define a mesh for a PDE in two dimensions. This follows what has been implemented in FiniteVolumeMethod.jl.

More applications could be added in the future - feel free to contribute some if you believe they are interesting.