Skip to content
View Balaje's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Balaje

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
Balaje/README.md

Hi 👋

My name is Balaje and I am a postdoctoral fellow at Umeå University, Sweden. I received my PhD from the University of Newcastle, Australia in August 2022. I did my Masters from BITS Pilani K.K.Birla Goa Campus, India. You can check out my Google Scholar if you want to have a look at my papers. Or if you want to know what I am working on, check out my website ✒️. Below is an example from my research on ice-shelf vibrations.

                               Displacement of ice for T=500 s           
                     ┌──────────────────────────────────────────────────┐ 
                   3 │                                                  │ 
                     │                                                  │ 
                     │                                                  │ R(ω) = 0.4798591737 + 0.877345527im
                     │                                                  │ |R(ω)|  1.0
                     │           .,/\,             ,-\-.            _.  │ 
                     │          ./   "\.          /`   \,          ,`|. │ 
                     │|        ./      \         /`     \,        ./  | │ 
   |U(x,ω)| (in m)   │\.       /        \       ,/       |.       /   | │ 
\      |`        |,     .,         l      .`   , │ 
"|    .|          ,     /          "|    .|    | │ 
                     │  ,.   /           "\   ./           ,.   /     ",│ 
\  ,`            |.  /             \  ,`      |│ 
                     │   |. /              \ ,`             |. /       \│ 
\,`              \./               \,`       |│ 
                   0 │    |/                \`               |.        ,│ 
                     └──────────────────────────────────────────────────┘ 
                      0                                            40000  
                                           x (in m)                       

(Generated using Gridap.jl and UnicodePlots.jl. The code can be found here)

Pinned

  1. iceFEM.jl iceFEM.jl Public

    Contains the Julia package developed during Lift-Off Fellowship at University of Adelaide

    Julia 1

  2. iVEM iVEM Public

    Contains source code for iVEM

    MATLAB 1 2

  3. Numerical-PDE Numerical-PDE Public

    Contains all the MATLAB Code written in Numerical Methods for PDE

    MATLAB 21 18

  4. iceFem iceFem Public

    Contains FreeFem source codes for modelling wave induced ice-shelf vibrations

    MATLAB 4

  5. Shape-from-Shading Shape-from-Shading Public

    Contains Fortran and MATLAB Code to solve Shape from Shading Problems.

    MATLAB 5 3

  6. Julia script to solve a Hamilton Jac... Julia script to solve a Hamilton Jacobi Equation using the Rouy and Tourin Scheme.
    1
    function PlotSolution(fontsize)
    2
      fig = Figure(fontsize=fontsize, resolution=(1000,700))
    3
      ax1 = GLMakie.Axis(fig[1, 1]);
    4
      ax2 = GLMakie.Axis3(fig[1, 2]);
    5
      ax3 = GLMakie.Axis3(fig[2, 1]);