Changes between Version 65 and Version 66 of u/erica/GudonovMethodEuler


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

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/GudonovMethodEuler

    v65 v66  
    135135== Debugging ==
    136136
    137 
     137I ran into issues with the original revisions of this code. I started debugging by first adding sequential print statements throughout the code, module, and subroutines, to make sure the routines were called in the correct order, and that values of cells, were being delivered correctly to the various parts of the program. These all checked out. Next I began adding print statements to the iterative scheme, that checked the time step (dt), and the cfl. For the first time step, dt was calculated correctly, and the cfl was also correct.
    138138
    139139== Results ==