kyoungseoun-chung / pyapes

Python Awesome Partial differential Equation Solver (pyapes, a general purpose finite difference PDE solver): WIP
2 stars 0 forks source link

Testing with the Burgers equation #1

Closed kyoungseoun-chung closed 1 year ago

kyoungseoun-chung commented 1 year ago

Test pyapes for the 1D Burgers' equation.

Throughout this testing we can simultaneously validate:

Once validation is done, complete milestone 0.0.1.

kyoungseoun-chung commented 1 year ago

This issue is mainly caused by the periodic boundary condition. Close this issue due to duplication. See #2.