Changes between Version 24 and Version 25 of u/erica/GudonovMethod


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

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/GudonovMethod

    v24 v25  
    11=== Program Outline ===
    22
    3 This program is for solving the Inviscid Burger's equation, a non-linear PDE in x using the Godunov method.
     3This 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.
    44
    551. 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).