💻
Pinned Loading
-
stable-fluids
stable-fluids PublicA minimal Stable Fluids inspired fluid solver with Python and NumPy.
-
softbody-dynamics
softbody-dynamics PublicA 2D softbody dynamics simulation with p5.js
-
Naïve Walk On Spheres implementation...
Naïve Walk On Spheres implementation for the Laplace equation on a disk with sinusoidal boundary values. 1import numpy as np
2from matplotlib import pyplot as plt
345samples = 64
-
Levi-Civita symbol in n-dimensions.
Levi-Civita symbol in n-dimensions. 1import sparse
2from typing import Tuple, Generator
345def sjt_permutations(n: int) -> Generator[Tuple[int], None, None]:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.