Pinned Repositories
advent_of_code_2022
Spoiler alert: Contains python solutions for advent of code 2022
adventofcode_2020
SPOLIER ALERT: Solutions to advent of code problems from the year 2020 written in Python.
AirfoilPreppy
A Python module for preprocessing and evaluating aerodynamic airfoil data---primarily for wind turbine applications.
antarikshcd.github.io
This hosts an academic website for Antariksh Dicholkar. It has been forked from academicpages/academicpages.github.io .
bananacake
The best banana cake recipe in the world, by everyone
bennedetto
the turn-based budget
best_slurm_partition
blade_geom_constantz
Repository contains python scripts to create a blade geometry sampling in parallel planes
curved_object
Develop a mechanism to generate curved 3D objects in a global coordinate system given the position of the cross-sections along a main curved axis and profiles in those sections.
pyoptsparse_mham
pyOptSparse is an object-oriented framework for formulating and solving nonlinear constrained optimization problems in an efficient, reusable, and portable manner.
antarikshcd's Repositories
antarikshcd/NeuralFoil
NeuralFoil is a practical airfoil aerodynamics analysis tool using physics-informed machine learning, in pure Python/NumPy.
antarikshcd/parallel-svd
A python repo to make a MPI powered parallel SVD, randomized SVD with the end goal of computing the pseudoinverse of a given matrix in fast manner
antarikshcd/advent_of_code_2022
Spoiler alert: Contains python solutions for advent of code 2022
antarikshcd/adventofcode_2020
SPOLIER ALERT: Solutions to advent of code problems from the year 2020 written in Python.
antarikshcd/antarikshcd.github.io
This hosts an academic website for Antariksh Dicholkar. It has been forked from academicpages/academicpages.github.io .
antarikshcd/best_slurm_partition
antarikshcd/CFDPython
A sequence of Jupyter notebooks featuring the "12 Steps to Navier-Stokes" http://lorenabarba.com/
antarikshcd/f90wrap
F90 to Python interface generator with derived type support
antarikshcd/pyoptsparse_mham
pyOptSparse is an object-oriented framework for formulating and solving nonlinear constrained optimization problems in an efficient, reusable, and portable manner.
antarikshcd/advent-of-code-julia
all the advent of code stuff goes here
antarikshcd/fit_ellipse
Fitting an ellipse through a set of points
antarikshcd/juliacon21-gpu_workshop
Material for the 2021 GPU workshop at JuliaCon
antarikshcd/lbmsolver
A python based lattice boltzmann flow solver
antarikshcd/least-squares-ellipse-fitting
Fitting an Ellipse using a Least Squares method, in Python
antarikshcd/mpi4py-examples
mpi4py examples
antarikshcd/mpi_day2_hello_world
Hello world exercise from day2 of MPI
antarikshcd/mpi_day2_pingpong
Ping pong exercise from MPI day2
antarikshcd/mpi_day3_circle
Day3 exercise of the MPI part in week3. Parallel and sequential implementations of estimating the value of pi using a monte-carlo method.
antarikshcd/mpi_day4_pardiffusion
Parallel verison of the diffusion code invlovling splitting of the computational domain by splitting the spatial domain.
antarikshcd/mpi_diffusion1
diffusion code from week 1 benchmarking and efficiiency. Day1 exercises.
antarikshcd/Nek5000
Nek5000
antarikshcd/NNfSiX
Neural Networks from Scratch in various programming languages
antarikshcd/nonlindyn-equations
Python visualizations of popular differential equations exhibiting nonlinear dynamics and chaos. Based mostly from the book Nonlinear Dynamics and Chaos by Strogatz
antarikshcd/odmd
Python/Matlab implementation of online dynamic mode decomposition (Online DMD) and window dynamic mode decomposition (Window DMD))
antarikshcd/PyParSVD
An implementation of the 1. Parallel, 2. Streaming, 3. Randomized SVD using MPI4Py
antarikshcd/scalapy
A python wrapper around ScaLAPACK
antarikshcd/scalc
Script for doing Slurm Calculations
antarikshcd/slurm_showq
A modification to the slurm_showq code written by TACC.
antarikshcd/ThreeBody
Implementation of a simple three body problem model in Python. Inspired by the book "The three body problem by Cixin Liu".
antarikshcd/VIM101
My VIM tutorial, cheatsheet and configuration