Skip to content
View MRLintern's full-sized avatar

Block or report MRLintern

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MRLintern/README.md

Hello 👋, I'm Matthew Lintern-Monro, but I go by Matt

Contact Me:

Interests

  • Languages I prefer developing with: C, Modern C++ and Fortran. However, I've got a decent amount of experience using MATLAB & Python from my time working in the Oil & Gas and HR/Retail Analytics industries.

  • Machine Learning (Fluid Dynamics). E.g. Application of Deep Learning Algorithms/Methods for replacing or augmenting Conventional Numerical Solvers in Fluid Dynamics.

  • Machine Learning (Natural Language Processing). I've used this in a couple of jobs and it proved to be very informative. E.g. I used Sentiment Analysis while working at Tesco to understand customer opinions of Tesco products.

  • Computational Science.

  • Scientific Programming: E.g. Modelling and Simulation of problems in Fluid Dynamics & the Physical Sciences.

What I'm up to?

  • viscousRiver: a Modern C++ solver for modelling a Viscous Fluid flowing through a Channel. Makes use of the Finite Element Method (FEM) and the Eigen Template Library (Eigen) for the Algebra.

  • 2D-NavierStokes_Flow: a Modern C++ solver for solving the 2D Navier-Stokes Equations for a fluid in a River/Open Channel. Makes use of the Eigen Template Library (Eigen) to implement the Successive Over Relaxation (SOR) Algorithm. This project is essentially a C++ version of the NavierStokes-2D-ChannelFlow Fortran solver. However, instead of using Finite Differences it will use the Finite Element Method (FEM).

  • SORC++: Using Modern C++ and Eigen to implement the Successive Over Relaxation (SOR) Algorithm. This will be used for the 2D-NavierStokes_Flow project.

Projects that are Comming Up

  • Re-developing the NavierStokes-2D-ChannelFlow Fortran Solver from a Serial to a Parallel version, making use of OOP techniques and the OpenMP API.

  • fastFLOW: a solver for either burgerFLOW or viscousRiver, using the SYCL Framework, the Finite Element Method and the Eigen C++ Template Library. Initially this will be a project that looks at applying Heterogeneous Computing to Fluid Dynamics. If this works out, I'd like to incorporate some sort of Neural Network.

  • sigPro. This is a Dynamic Library (.SO) developed in Modern C++, (hopefully C++20), which allows the user to perform basic Signal Processing tasks. E.g. converting temporal data into frequency data via the Discrete Fourier Transform (DFT).

  • fastDFT. Using OpenCL to develop a solver for the Discrete Fourier Transform (DFT).

  • lidFlowFVM. This is a C++ solver, which models Lid-Driven Cavity Flow. The Discretization Method used will be the Finite Volume Method (FVM). Everything else will be developed by myself.

  • Developing Unit Tests for a number of solvers developed in C. See repositories from High Performance Computing Applications for Physical Simulation.

  • A Dynamic Library called cfvmLib, developed in C++, (hopefully C++20), for problems in Fluid Dynamics. The Discretization Method used will be the Finite Volume Method (FVM). Linear problems will be tackled first; hopefully Non-Linear problems will be tackled not too far down the line!

  • Linux Kernel called basix.

  • Operating Systems: Three Easy Pieces. I've been meaning to read this for years!

  • Compiler using C. Language implementation will (hopefully) be with Rust.

  • Operating System developed in Rust. Project Name: ros.

  • RDBMS (SQL) developed in C++. Hopefully look at doing this with C++20. Project Name: CDB++.

  • Distributed File System development in Golang. Project Name: GoDistIt.

  • Rust version of Git. Project Name: RustIt.

  • Compiler Development using LLVM.

  • Heterogeneous Programming: Using SYCL to develop a Numerical Solver for the Linear 2D Heat/Diffusion Equation. Could be any Partial Differential Equation; TBC.

Top Languages

Top Langs

Sample Projects

Some projects I'm quite chuffed with.

Scientific Computing

High Performance Computing Applications for Physical Simulation

Pinned Loading

  1. Salt_and_Sediment_Classification Public

    Application of the U-Net Convolutional Neural Network Model to classify Images of Salt and Sediment Structures from Seismic Data

    Jupyter Notebook

  2. NavierStokes-2D-Open-Channel-Flow Public

    2D Navier-Stokes Equation Solver. Discretized using Finite Differences and solved via the Successive Over-Relaxation (SOR) Method.

    Fortran 4

  3. 1D_Wave-Equation-MPI Public

    1D Wave Equation Discretized using Finite Differences and Solved via Parallelizing the Jacobi Method with MPI

    C 2

  4. 2D_Poisson_Equation_OpenMP Public

    2D Poisson Equation Solver. Discretized using the Finite Difference Method & Solved by Parallelising the Jacobi Iterative Method via the OpenMP API.

    C 1 1

  5. Shallow_Water_Equations Public

    Application of the Shallow Water Equations to Oceanography & Planetary Atmospheres

    MATLAB 1

  6. viscousRiver Public

    A C++ solver for Modelling a Viscous Fluid Flowing through a Channel/River. Makes use of the Finite Element Method (FEM) and the Eigen Template Library (Eigen) for the Algebra.

    C++

391 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to MRLintern/MRLintern, MRLintern/viscousRiver, MRLintern/Bash-Hacks and 39 other repositories
Loading A graph representing MRLintern's contributions from March 31, 2024 to April 03, 2025. The contributions are 99% commits, 1% issues, 0% pull requests, 0% code review.   Code review 1% Issues   Pull requests 99% Commits

Contribution activity

April 2025

Created 3 repositories
Loading