Skip to content
View Devansh1106's full-sized avatar
💭
Learning
💭
Learning

Highlights

  • Pro
Block or Report

Block or report Devansh1106

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

Popular repositories Loading

  1. Parallel-Gauss-Elimination Parallel-Gauss-Elimination Public

    This repository contains code for performing Gaussian elimination using two types of algorithms. For more details see README.md

    C++

  2. Sample-MPI-Programs Sample-MPI-Programs Public

    This repository contains code that I had written in my freshman year while learning Message Passing Interface (MPI).

    C++

  3. ODE-Solver-Parallel ODE-Solver-Parallel Public

    Parallel Solver for linear ODEs using Finite Difference method. Uses MPI and MUtifrontal Massively Parallel sparse Solver (MUMPS) for solving linear systems.

    C++

  4. ODE-Solver-Parallel-2 ODE-Solver-Parallel-2 Public

    Parallel Solver for linear ODEs. Uses MPI and MUtifrontal Massively Parallel sparse Solver (MUMPS) for solving linear systems. Solves for more than one auto generated boundary condition

    C++

  5. ODE-Solver-Serial ODE-Solver-Serial Public

    This repository contains code for solving a differential equation using Finite difference method in serial (without using parallel algorithm). Code contains both cpp and c files linked using makefi…

    C++

  6. Nonlinear-ODE Nonlinear-ODE Public

    Contains code for numerically solving nonlinear ODEs using MPI and MUMPS linear system solver.

    C++