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

Highlights

  • Pro

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

Pinned Loading

  1. internship_tifr_cam2024 internship_tifr_cam2024 Public

    This repository contains my internship report/thesis for TIFR-CAM internship under Prof. Praveen Chandrashekar in May~July, 2024

    TeX

  2. 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++

  3. 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++

  4. 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++

  5. Sample-MPI-Julia Sample-MPI-Julia Public

    This repository contains serial code, MPI code and MPI RMA code in julia.

    Julia