Skip to content

Implementation of numerical solutions to PDES: Closest Point Method and Finite Difference Method

Notifications You must be signed in to change notification settings

UmarAhmed/pde-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Partial Differential Equation Solver

First we have implementations for the heat equation in 1D and 2D using the finite difference method and explicit Euler time stepping. The implementations are found in heat-eqn-1d.py and heat_eqn_2d.py

We also use implement the Implicit and Explicit Closest Point Methods from Macdonald and Ruuth's paper https://steveruuth.org/wp-content/uploads/2020/10/icpm.pdf We utilize the method to solve the 2d heat equation, the shifted Poisson equation, and the regular Poisson equation (see files in CPM)

About

Implementation of numerical solutions to PDES: Closest Point Method and Finite Difference Method

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages