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


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

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/GudonovMethodEuler

    v63 v64  
    114114
    115115
    116 '''
     116
    117117  i. Call Bcond -- Boundary condition SR that sets left and right ghost zones to adjacent physical cells (recall boundary conditions are set to transmissive).
    118118  ii. Call CFLcond -- Computes timestep using cfl coeff and max speed, where the max speed is also computed in this SR. 
     
    122122  i. Call Output -- Write quantities to file
    123123  i. Begin loop again for n+1 time step.
    124 '''
     124
    125125
    126126=== Standard Out and Program Outfile ===