The project involves Finite element solver and time stepping techniques for the numerical solution of differential equations. The finite element solver is programmed particularly to solve poisson equation(s).
The project was created as part of a course named Geometric Modelling and Numerical analysis offered in Fall 2019.
fem.py contains code for the finite element solver and test_fem.py illustrates how to use the finite element solver to solve differential equations.