sparselizard
sparselizard copied to clipboard
C++ FEM library | user-friendly | multi-physics | hp-adaptive | HPC
Add some info about releases and repos.
Sometimes a `.msh2` extension is handy when an existing file with the `.msh` extension is in v4.1.
Contribution to build this project with system libraries on Ubuntu focal (20.04) or optional downloads.
Adding files to build .deb packages for this project. For the moment tested only on Ubuntu focal (20.04)
Greetings! Firstly, I'd like to say I'm very happy to get to learn about this library. Hopefully I'll try to add some contributions in the future. --- I'm trying to...

The existing docker build and cmake build were not really using cmake to its fullest. This creates and builds `libsparselizard.so` and has a Dockerfile that'll install it to a GNU-style...
The sparse lizard build env is quite complicated, and the cmake tooling does not take it into account especially when using system libraries over custom ones. It also doesn't allow...
`defined(__linux__)` does not imply that libstd++ is used. `#include ` does not define `std::ceil` in libc++.