Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 730 Bytes

File metadata and controls

20 lines (13 loc) · 730 Bytes

Finite element method

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.

Image Name

Technologies used

  • Python - numpy for calculations, matplotlib for generating charts

Setup and launch

  • 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.

Author