sampotter / butterfly

A library for butterfly and hierarchical matrix factorizations.
https://github.com/sampotter/butterfly
Apache License 2.0
5 stars 2 forks source link

fix mesh loading bug #12

Closed pbeckman closed 3 months ago

pbeckman commented 3 months ago

There were some updates to the underlying Julia MeshIO package which were messing up mesh loading. But that is used only for my plotting scripts, so I simply capped the version of that package.

This should resolve #9 and #10.