Changes between Version 1 and Version 2 of Ticket #89

Show
Ignore:
Timestamp:
04/12/10 16:15:44 (3 years ago)
Author:
jbordner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #89 – description

    v1 v2  
    1 This bug likely affects many 1D and 2D problems.   
    2  
    31In `CheckForOverlap.C` [''week-of-code changeset 1319:e5f5a69c616d'']: 
    42 
     
    1311}}} 
    1412 
    15 Note that dim ranges from 0 to 2, but for some problems (e.g. `AMRZeldovichPancake`) `CellLeftEdge[]` may be NULL for dim = 1 and dim = 2. 
     13Note that dim ranges from 0 to 2, but for some 1D and 2D problems `CellLeftEdge[]` may be NULL for dim = 1 and dim = 2. 
     14 
     15This bug affects the following problems: 
     16  
     17 * `1DHydroShockTubes` 
     18 * `AMRZeldovichPancake` 
     19 * `HDMHD2DCheckOddEvenCouplingOfRiemannSolver` 
     20 * `HD-Sedov-Taylor-BlastWave` 
     21 * `MHD2DBlastWave` 
     22 * `MHD2DRotorTest` 
     23 * `RampedKelvinHelmholtz2D` 
     24 * `ZeldovichPancake`.