Skip to content

renat999-mit/AutoDiffSolver_Burgers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1D Viscous Burgers Equation Solver with Automatic Differentation

Implementation of a finite difference solver for the 1D viscous Burgers equation in advective form. For implicit time integration with BDF1 and BDF2, Jacobians for Newton solves are computed with in-house automatic differentation.

Requirements

To run the solver, you will need a Python installation with access to numpy, scipy, and matplotlib.

Running

There are two driver scripts in AutoDiffSolver_Burgers/drivers which you can use to run different cases.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages