Changes between Version 10 and Version 11 of u/adebrech/code/AMR_line_transfer
- Timestamp:
- 03/27/19 13:05:19 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/adebrech/code/AMR_line_transfer
v10 v11 27 27 [[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)]] 28 28 29 6. [[span(style=color: #00FF00, *)]] Multiple rays (2D), multipleprocessors, 2 levels (neighbor(? - may need to force somehow) and child patches).29 6. [[span(style=color: #00FF00, *)]] Multiple rays (2D), 2 processors, 2 levels (neighbor(? - may need to force somehow) and child patches). 30 30 31 31 [[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)]] 32 32 33 7. [[span(style=color: #00FF00, *)]] Multiple rays (2D), multipleprocessors, 2 levels (neighbor and child patches), with domain boundary refined (<= 0.75).33 7. [[span(style=color: #00FF00, *)]] Multiple rays (2D), 2 processors, 2 levels (neighbor and child patches), with domain boundary refined (<= 0.75). 34 34 35 35 [[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)]] 36 36 37 8. [[span(style=color: #FFFF00, *)]] Multiple rays (2D), multipleprocessors, 3 levels.37 8. [[span(style=color: #FFFF00, *)]] Multiple rays (2D), 2 processors, 3 levels. 38 38 39 9. [[span(style=color: # 000000, *)]] Multiple rays (2D), multiple processors, 3 levels with improper nesting.39 9. [[span(style=color: #FF0000, *)]] Multiple rays (2D), 4 processors, 3 levels. 40 40 41 10. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.41 10. [[span(style=color: #000000, *)]] Multiple rays (2D), 4 processors, 3 levels with improper nesting. 42 42 43 43 11. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure. 44 44 45 12. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].45 12. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure. 46 46 47 13. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs. 47 13. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test]. 48 49 14. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs. 48 50 49 51 Comments: 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.