Tom Rindell

: tom@rindell.net

Projects

    Fluid-flow simulation screenshot

    Fluid-flow simulation

    GitHub

    Real-time 2D fluid-flow simulation by numerically solving the Navier-Stokes equations. The simulation is written in C++, using SDL2 for graphical output.

    C++, SDL2

    Poisson Solver

    GitHub

    A solver for a two-dimensional Poisson's equation on a unit square, utilizing the Successive Over-Relaxation (SOR) algorithm. The code is designed to run efficiently on multiple CPU cores using MPI for distributed memory parallelism.

    C++, MPI

    Simulated Annealing

    GitHub

    This program solves a problem of packing randomly arranged rectangles, so that the area covered by rectangles is minimized. Program uses simulated annealing to find the optimal solution for the problem.

    Fortran