Changes between Version 14 and Version 15 of u/adebrech/code/AMR_line_transfer
- Timestamp:
- 03/29/19 15:16:01 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/adebrech/code/AMR_line_transfer
v14 v15 43 43 [[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)]] 44 44 45 10. [[span(style=color: # 000000, *)]] Multiple rays (2D), 4 processors, 3 levels with improper nesting.45 10. [[span(style=color: #FF0000, *)]] Multiple rays (2D), 8 processors, 2 levels (neighborchild). 46 46 47 11. [[span(style=color: # 000000, *)]] Single ray (1D), single processor, for radiation pressure.47 11. [[span(style=color: #FF0000, *)]] Multiple rays (2D), 8 processors, 3 levels with improper nesting. 48 48 49 49 12. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure. 50 50 51 13. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].51 13. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure. 52 52 53 14. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs. 53 14. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test]. 54 55 15. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs. 54 56 55 57 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.