Changes between Version 24 and Version 25 of u/erica/GudonovMethod
- Timestamp:
- 02/13/13 16:39:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GudonovMethod
v24 v25 1 1 === Program Outline === 2 2 3 This program is for solving the Inviscid Burger's equation, a non-linear PDE in x using the Godunov method.3 This program is for solving the Inviscid Burger's equation, a non-linear PDE in x, using the Godunov method. The program follows the following outline. 4 4 5 5 1. Read in variables such as: domlen, tfinal, cflcoeff (used for calc timestep give max speed on grid), mx, test (type of initial condition), maxitr (how many iterations should code do to try and advance solution to tfinal?), nfreq (controls how many time states should be output).