Changes between Version 62 and Version 63 of u/erica/GudonovMethodEuler


Ignore:
Timestamp:
05/07/13 15:46:10 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/GudonovMethodEuler

    v62 v63  
    125125
    126126=== Standard Out and Program Outfile ===
     127You can run the program with the command ''''' ./program > program.out & ''''', and the standard out will be printed to file. The following image is of the information the standard out produces:
     128
    127129[[Image(program_out.png, 25%)]]
     130
     131Basically, it gives the time, the values of the q, the solution to the LRP, and the flux at every cell during that time step.
     132
     133Additionally, the program's output is printed to output.out, and it gives the position and fluid variables for each time, in neat columns that are easy to plot. The output for Test 4 is [http://www.pas.rochester.edu/~erica/output.out here].
    128134
    129135== Debugging ==