Skip to content

Instantly share code, notes, and snippets.

@gpavanb1
gpavanb1 / chladni.py
Last active November 14, 2023 16:23
"""
Chladni Patterns Generator using scikit-fem
This script generates Chladni patterns by solving the eigenvalue problem using the Finite Element Method (FEM) library scikit-fem.
The weak formulation for the problem is adapted from the work of Gander and Kwok (2012).
Author: Pavan BG
References:
- Gander, M. J., & Kwok, F. (2012). Chladni figures and the Tacoma bridge: motivating PDE eigenvalue problems via vibrating plates. SIAM Review, 54(3), 573-596.
@gpavanb1
gpavanb1 / hamilton.ipynb
Last active January 10, 2022 02:41
Lewis Hamilton - Is it Just the Car?
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gpavanb1
gpavanb1 / serverless-gemm.ipynb
Last active March 21, 2020 20:19
Scalable, Distributed, Serverless Matrix-Matrix Multiplication using AWS (Numpywren)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gpavanb1
gpavanb1 / 1d_heat_tf.ipynb
Created February 27, 2020 20:57
1D Heat Diffusion Equation using Tensorflow
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.