Changes between Version 45 and Version 46 of u/erica/GudonovMethodEuler


Ignore:
Timestamp:
05/07/13 09:55:54 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/GudonovMethodEuler

    v45 v46  
    1131134. Enters the update cycle, where from n=1 to n=maxitr (n is the counter for the time iteration scheme) it performs the following commands -
    114114
    115   i. Call Bcond -- Boundary condition SR that sets left and right ghost zones to adjacent physical cells (recall boundary conditions are set to transmissive.
     115
     116{{{
     117 1. Call Bcond -- Boundary condition SR that sets left and right ghost zones to adjacent physical cells (recall boundary conditions are set to transmissive.
    116118  ii. Call CFLcond --
    117119
     120}}}
    118121
    119122== Debugging ==