Changes between Version 34 and Version 35 of u/erica/ExactRiemannSolver


Ignore:
Timestamp:
04/30/13 13:52:31 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/ExactRiemannSolver

    v34 v35  
    99
    1010=== Exact Riemann Solver ===
    11 Attached [http://www.pas.rochester.edu/~erica/solver.f90 here] is the Exact RS program I wrote. It reproduces the results for the Toro tests, as can be seen in the next section. The program is broken up into the following routines:
     11Attached [http://www.pas.rochester.edu/~erica/ExactRS.f90 here] is the Exact RS program I wrote. It reproduces the results for the Toro tests, as can be seen in the next section. The program is broken up into the following routines:
    1212
    13131. Estimate an initial starting P*. This subroutine was taken from Toro almost exactly, as I have not yet covered the details for approximation methods in my studies. Once this P* is found, it is fed into the !FindPstar routine, whereby a Newton Rhapson iteration method corrects this P* until it converges.