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

What I'm up to?

  • 🌱 I’m currently working on: Nowt.

Interests

  • Data Structures & Algorithms.
  • High Performance Computing.
  • Computational Science.
  • Systems Programming: E.g. Operating Systems and Kernel Development.
  • Scientific Programming: E.g. Modelling and Simulation of problems in Fluid Dynamics & the Physical Sciences.
  • Applied Mathematics: E.g. Numerical Analysis, Linear Algebra and Ordinary/Partial Differential Equations.

What are you interested in?

Below shows a list of links to some of my repositories.

Systems Programming

Scientific Software Engineering

High Performance Computing Applications for Physical Simulation

Geophysical Fluid Dynamics

Data Science and Machine Learning

Data Engineering

Contact Me:

Tools and Technologies

Programming Languages
Scripting
Data Analytics
IDEs & Text Editors
Databases
Other

Pinned Loading

  1. NavierStokes-2D-ChannelFlow NavierStokes-2D-ChannelFlow Public

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

    Fortran 2

  2. cppHTOP cppHTOP Public

    System Monitor similar to htop which displays Computer System Processes in Real-Time.

    C++

  3. 2D_Heat_Equation-MPI 2D_Heat_Equation-MPI Public

    2D Heat Equation for a bottle Discretized by Finite Differences; Pallelisation of Linear System of Algbraic Equations acheived via the MPI API

    C

  4. Shallow_Water_Equations Shallow_Water_Equations Public

    Application of the Shallow Water Equations to Oceanography & Planetary Atmospheres

    MATLAB 1

  5. 2D_Poisson_Equation_OpenMP 2D_Poisson_Equation_OpenMP Public

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

    C 1 1

  6. Boundary-Value-Problem_Library Boundary-Value-Problem_Library Public

    A C++ Designed Library used for Solving Boundary Value Problems (BVP)

    C++