You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently a Fluid Simulation made as a hobby project. This was mostly done by myself but the math for solving the Navier Stokes Equations came from Nividia GPU Gems since I am not educated enough for these subjects.
Serial and Parallel numerical methods for solving partial differential equations using finite differences with OpenMP. Implementation of the serial and parallel Jacobi and Gauss-Seidel methods for solving linear systems. Implementation of the Additive Schwarz and Restricted Additive Schwarz methods for domain decomposition.
Résolution numérique parallèle d’un problème stationnaire sur un domaine discret. Il se concentre sur la mise en œuvre de méthodes itératives parallélisées de type Jacobi et Gradient Conjugué pour résoudre des systèmes linéaires dérivés d’une discrétisation par éléments finis.