ElOceanografo / SPDEPrecisionMatrices.jl

Sparse precision matrices for random spatial fields using SPDE approximation
MIT License
1 stars 1 forks source link

Mesh interface #4

Open ElOceanografo opened 3 years ago

ElOceanografo commented 3 years ago

The package currently uses TriangleMesh.jl, for no particular reason other than it was the first one I figured out how to use and navigate. Ideally I'd like to depend on a pure-Julia mesh library, or even better a cross-library interface (see https://github.com/JuliaGeometry/GeometryBasics.jl/issues/15 and https://github.com/JuliaGeometry/Meshes.jl). Something to keep an eye on as those efforts develop.