Changes between Version 45 and Version 46 of u/erica/GudonovMethodEuler
- Timestamp:
- 05/07/13 09:55:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GudonovMethodEuler
v45 v46 113 113 4. 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 - 114 114 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. 116 118 ii. Call CFLcond -- 117 119 120 }}} 118 121 119 122 == Debugging ==