Algorithm solves differential equation with boundary conditions using finite element method. It finds elastic deformation of metal rod for given function with provided by user calculations precision. It was developed at AGH UST for Differential Equations subject.
- Python - numpy for calculations, matplotlib for generating charts
- ensure you have installed python on working machine
- navigate to project directory using cmd
- execute py main.py
- enter expected precision
Results will show up in separated window and pdf file will be saved in project directory.
- Kamil Rudny krudny
