Changes between Version 10 and Version 11 of u/erica/GudonovMethod


Ignore:
Timestamp:
02/13/13 15:16:15 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/GudonovMethod

    v10 v11  
    11=== Program Outline ===
     2
     3This program is for solving the Inviscid Burger's equation, a non-linear PDE in x, using the Godunov method.
    24
    35Program 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).