Changes between Version 10 and Version 11 of u/erica/GudonovMethod
- Timestamp:
- 02/13/13 15:16:15 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GudonovMethod
v10 v11 1 1 === Program Outline === 2 3 This program is for solving the Inviscid Burger's equation, a non-linear PDE in x, using the Godunov method. 2 4 3 5 Program reads in vars: 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).