Go to file
2023-12-27 17:54:16 +00:00
src solve a problem 2023-12-27 17:48:14 +00:00
.gitignore initial commit 2023-12-26 23:37:19 +00:00
Cargo.lock solve a problem 2023-12-27 17:48:14 +00:00
Cargo.toml solve a problem 2023-12-27 17:48:14 +00:00
readme.md update readme 2023-12-27 17:54:16 +00:00

🌉 fea 🌐

A simple finite element analysis solver made for educational purposes

Currently the project can only be used to solve beam element 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).