fea/readme.md
2023-12-27 17:51:59 +00:00

456 B

🌉 fea 🌐

A simple finite element analysis solver made for educational purposes

Currently the project can only be used to solve problems where all points are constrained by boundary conditions, but this will be improved in future. The project also has no GUI for defining the problem at the moment, and must be written in rust (see src/bin/two_d.rs for an example of setting up a problem).