Changes between Version 14 and Version 15 of u/adebrech/code/AMR_line_transfer


Ignore:
Timestamp:
03/29/19 15:16:01 (6 years ago)
Author:
adebrech
Comment:

Legend:

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

    v14 v15  
    4343[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test90000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test9.gif, width=500)]]
    4444
    45 10. [[span(style=color: #000000, *)]] Multiple rays (2D), 4 processors, 3 levels with improper nesting.
     4510. [[span(style=color: #FF0000, *)]] Multiple rays (2D), 8 processors, 2 levels (neighborchild).
    4646
    47 11. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
     4711. [[span(style=color: #FF0000, *)]] Multiple rays (2D), 8 processors, 3 levels with improper nesting.
    4848
    494912. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
    5050
    51 13. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].
     5113. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
    5252
    53 14. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.
     5314. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].
     54
     5515. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.
    5456
    5557Comments: 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.