Pinned Repositories
ADER
The ADER method for solving any (potentially very stiff) hyperbolic system of PDEs
Euler1D
A few methods for solving the 1D Euler equations
Julia-WENO
An optimized Julia implementation of the WENO reconstruction algorithm, of any order of accuracy
LGMRES
The LGMRES algorithm (C++ with Python bindings): matches SciPy's implementation to machine precision, but around 30 times faster
NewtonKrylov
The Newton-Krylov algorithm (C++ with Python bindings): multivariate root-finding for large-scale nonlinear problems
phd
The working repository for my PhD project at the Centre for Scientific Computing, Cambridge
PyPDE
A Python library for solving any system of hyperbolic or parabolic Partial Differential Equations. The PDEs can have stiff source terms and non-conservative components.
haranjackson's Repositories
haranjackson/PyPDE
A Python library for solving any system of hyperbolic or parabolic Partial Differential Equations. The PDEs can have stiff source terms and non-conservative components.
haranjackson/phd
The working repository for my PhD project at the Centre for Scientific Computing, Cambridge
haranjackson/ADER
The ADER method for solving any (potentially very stiff) hyperbolic system of PDEs
haranjackson/NewtonKrylov
The Newton-Krylov algorithm (C++ with Python bindings): multivariate root-finding for large-scale nonlinear problems
haranjackson/Euler1D
A few methods for solving the 1D Euler equations
haranjackson/Julia-WENO
An optimized Julia implementation of the WENO reconstruction algorithm, of any order of accuracy
haranjackson/LGMRES
The LGMRES algorithm (C++ with Python bindings): matches SciPy's implementation to machine precision, but around 30 times faster
haranjackson/ProjectionMethod
A C++ implementation of Chorin's Project Method
haranjackson/vscode-docker-ipython
A Visual Studio Code extension: Develop interactively with an IPython terminal, running from a locally-defined docker image
haranjackson/GaussianDeconvolution
An implementation of an algorithm to perform the reverse operation of a Gaussian convolution of a function
haranjackson/LegendreGauss
C++ code to compute the Legendre-Gauss nodes and weights on [-1,1], based on NumPy's leggauss function
haranjackson/MaxwellPoster
A LyX conference poster template for members of the Maxwell Centre, Cambridge
haranjackson/nwalign2
A modification of MATLAB's nwalign function requiring linear (rather than quadratic) space
haranjackson/seqpdist2
A simple extension of MATLAB's seqpdist function