To edit the material properties in the setting section of FEM_solver.py
, open the file and change values if needed;
- E: Young's modulus
- nu: Poisson's ratio
- Py: vertical load on the edge of right top
./src/run.sh 40 10
- arg1: the number of elements in x
- arg2: the number of elements in y
./src/run_steps.sh
To clone the repository with its submodules,
git clone --recurse-submodules https://github.com/watf-dev/FEM_Beam.git
To add the directory to the PATH, for example,
echo 'export PATH=$PATH:/path/to/directory' >> ~/.zshrc
source ~/.zshrc
Currently, a TEST mesh is available in the public directory.