SouthEndMusic
Scientific software engineer at Deltares using the Julia SciML ecosystem. Hobby interest in the intersection of mathematics and computer graphics.
DeltaresRotterdam
Pinned Repositories
Ribasim
Water resources modeling
-NumbaShader
An implementation of shaders using Numba for CUDA GPUs.
CachedInterpolations.jl
Interpolations making use of cached data
DataInterpolations.jl
A library of data interpolation and smoothing functions
FEM-lab-assignments-python
Implementations of finite element methods from the ground up.
FindFirstFunctions.jl
Faster `findfirst(==(val), dense_vector)`.
NURBS_PyTorch
Implementation of NURBS in PyTorch for automatically differentiable parametric geometries.
Rays
3D graphics in Julia using raycasting
SouthEndMusic's Repositories
SouthEndMusic/CachedInterpolations.jl
Interpolations making use of cached data
SouthEndMusic/NURBS_PyTorch
Implementation of NURBS in PyTorch for automatically differentiable parametric geometries.
SouthEndMusic/Rays
3D graphics in Julia using raycasting
SouthEndMusic/SplineGrids.jl
Evaluating splines of arbitrary dimensionality on a grid.
SouthEndMusic/-NumbaShader
An implementation of shaders using Numba for CUDA GPUs.
SouthEndMusic/DataInterpolations.jl
A library of data interpolation and smoothing functions
SouthEndMusic/FEM-lab-assignments-python
Implementations of finite element methods from the ground up.
SouthEndMusic/FindFirstFunctions.jl
Faster `findfirst(==(val), dense_vector)`.
SouthEndMusic/PINN-project-special-topics-in-CSE
Code for the project on physics informed neural networks for the course special topics in computational science and engineering.
SouthEndMusic/GaussTuranQuadrature.jl
Tabulation and computation of Gauss-Turán quadrature rules.
SouthEndMusic/Integrals.jl
A common interface for quadrature and numerical integration for the SciML scientific machine learning organization
SouthEndMusic/OrdinaryDiffEq.jl
High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
SouthEndMusic/PreallocationTools.jl
Tools for building non-allocating pre-cached functions in Julia, allowing for GC-free usage of automatic differentiation in complex codes
SouthEndMusic/SparseConnectivityTracer.jl
Fast operator-overloading Jacobian & Hessian sparsity detection.