This is based on chapters from The Finite Element Method: Theory, Implementation, and Applications by Mats G. Larson and Fredrik Bengzon. Some solvers are made with Python, MATLAB, or both. My goal is ...
Course Description: This course provides a practical introduction to the Finite Element Method (FEM), with an emphasis on hands-on implementation using Python. It covers the basic theoretical concepts ...
This repo contains a simple finite element analysis code for 2D elasticity problems. The code uses as input data simple-to-create text files containing nodal, element, material and load data.