Skip to content

Projects

Projects that I have done so far and enjoyed:

2025

  • Universal Approximation Theorem for Geometry Aware Operator Transformer (GAOT)
    • Proved Universal Approximation property (UAP) for Geometry Aware Operator Transformer (GAOT). UAP is the density result that says: GAOT can approximate any continuous solution operator between \(L^p\) spaces with arbitrary accuracy.
    • GAOT is the deep learning-based PDE solver that uses operator learning and transformers to numerically solve PDEs.
    • GAOT learns the solution operators of PDEs on arbitrary domains accurately and efficiently for CFD simulations. Hence theoretical foundations for GAOT are of great importance.
    • I learned classical PDE analysis, measure theory, functional and Fourier analysis and applied techniques from these areas to prove universal approximation property.

2024

  • Distributed memory parallelization of Lax-Wendroff Flux Reconstruction
    • Performed parallelisation of the code for Lax-Wendroff Flux Reconstruction method for solving hyperbolic conservation laws for 1D and 2D cases using Message Passing Interface (MPI).
    • Improved execution time of code by 13 times on a multicore architecture with efficiency of 82% on cartesian and curvilinear meshes
    • The project report can be accessed here.

2023

Some Other Codes (2024)

  • This repository here, contains code for Message Passing Interface (MPI) in Julia.
    • From simple implementations of MPI routines to code for Linear-advection equation in serial and parallel (MPI) are there.
    • Codes for parallelization using Remote Memory Access (RMA), which is included in MPI 3.0, are also there for Linear Advection equation (1D and 2D).


📅 Created 0 days ago ✏️ Updated 0 days ago