MarkGillespie
MarkGillespie
I think that my ideal version of quantities would expose `const` versions of derived quantities, and only allow mutation of the special input quantity. e.g. ```C++ class VertexPositionGeometry { public:...
I have a few const containers working in some other code - I just initialize the const references to point to the private data in my constructor and it seems...
FYI there's now support for reading/writing `spmat` files (called `loadSparseMatrix` and `saveSparseMatrix` in `numerical/linear_algebra_utilities.h`. It would still be great to support more file types!
Thanks for the reminder, I just added the remeshing code in #137