Skip to content

To analyze and comment on the stability of numerical methods: Du Fort Frenkel, FTCS and Richardson used to solve a heat equation, using Python

Notifications You must be signed in to change notification settings

kattungakrish/Numerical-Solutions-to-PDE-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Numerical-Solutions-to-PDE-s

-We had to model solutions to the 1D Heat Equation and finally make contour plots of the solutions.

-This is done by converting the differential equation into a finite difference problem. Three such models were implemented in our project:

  1. Forward Euler Method (FTCS)
  2. Richardson Method
  3. DuFort-Frankel Method

-The solution was initialized and plotted using 2D arrays. (handled by the "numpy" module) -Plotting was done using the "matplotlib" module.

About

To analyze and comment on the stability of numerical methods: Du Fort Frenkel, FTCS and Richardson used to solve a heat equation, using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published