Changes between Version 3 and Version 4 of u/adebrech/code/AMR_line_transfer


Ignore:
Timestamp:
03/26/19 10:43:53 (6 years ago)
Author:
adebrech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/adebrech/code/AMR_line_transfer

    v3 v4  
    2929[[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor and child patches), with domain boundary refined.
    3030
     31[[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 3 levels with improper nesting.
     32
    3133[[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
    3234
     
    3436
    3537[[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].
     38
     39[[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.
    3640
    3741Comments: y and z directions are treated identically, so it's unnecessary to test both "2D" and "3D" cases (note that nDim is always set to 3 in global.data, resolution just set to 1 and size very small in "1D" and "2D" cases). Believe the above set should test all cases in each if statement.