From 2846d551941bab7c43d8350c6a4fb6a18502be50 Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Wed, 27 Dec 2023 17:54:16 +0000 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ee14bc9..b1064f7 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ > 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. 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).