Changes between Version 10 and Version 11 of u/adebrech/code/AMR_line_transfer


Ignore:
Timestamp:
03/27/19 13:05:19 (6 years ago)
Author:
adebrech
Comment:

Legend:

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

    v10 v11  
    2727[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test50000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test5.gif, width=500)]]
    2828
    29 6. [[span(style=color: #00FF00, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor(? - may need to force somehow) and child patches).
     296. [[span(style=color: #00FF00, *)]] Multiple rays (2D), 2 processors, 2 levels (neighbor(? - may need to force somehow) and child patches).
    3030
    3131[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test60000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test6.gif, width=500)]]
    3232
    33 7. [[span(style=color: #00FF00, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor and child patches), with domain boundary refined (<= 0.75).
     337. [[span(style=color: #00FF00, *)]] Multiple rays (2D), 2 processors, 2 levels (neighbor and child patches), with domain boundary refined (<= 0.75).
    3434
    3535[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test70000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test7.gif, width=500)]]
    3636
    37 8. [[span(style=color: #FFFF00, *)]] Multiple rays (2D), multiple processors, 3 levels.
     378. [[span(style=color: #FFFF00, *)]] Multiple rays (2D), 2 processors, 3 levels.
    3838
    39 9. [[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 3 levels with improper nesting.
     399. [[span(style=color: #FF0000, *)]] Multiple rays (2D), 4 processors, 3 levels.
    4040
    41 10. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
     4110. [[span(style=color: #000000, *)]] Multiple rays (2D), 4 processors, 3 levels with improper nesting.
    4242
    434311. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
    4444
    45 12. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].
     4512. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
    4646
    47 13. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.
     4713. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].
     48
     4914. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.
    4850
    4951Comments: 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.