Changes between Version 62 and Version 63 of u/erica/GudonovMethodEuler
- Timestamp:
- 05/07/13 15:46:10 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GudonovMethodEuler
v62 v63 125 125 126 126 === Standard Out and Program Outfile === 127 You 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 127 129 [[Image(program_out.png, 25%)]] 130 131 Basically, 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 133 Additionally, 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]. 128 134 129 135 == Debugging ==