update readme

This commit is contained in:
Akbar Rahman 2023-12-27 17:54:16 +00:00
parent 6878f1f04f
commit 2846d55194
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF

View File

@ -3,7 +3,7 @@
> A simple finite element analysis solver made for educational purposes > 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 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. 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 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`](./src/bin/two_d.rs) for an example of setting up a problem). in rust (see [`src/bin/two_d.rs`](./src/bin/two_d.rs) for an example of setting up a problem).