In the Analyse Numérique 2 course we have focused on implementing on code (Python) all the methods that we had studied theoretically, such as the finite difference and the finite volume methods.
- Here you can find all the work I have done for this course:
- Finite difference method for the heat equation in 2D [Main code, Temp. plot]
- Finite difference method for the heat equation in 2D with a source term and mixed limit conditions [Main code, Temp. plot]
- Comparing 2 finite difference methods for approximating the laplacian in 2D [Main code, CoeffDF]
- Finite volume method for a 1D LCS [Main code, Data 1, Data 2]