Changes between Version 3 and Version 4 of u/adebrech/code/AMR_line_transfer
- Timestamp:
- 03/26/19 10:43:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/adebrech/code/AMR_line_transfer
v3 v4 29 29 [[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor and child patches), with domain boundary refined. 30 30 31 [[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 3 levels with improper nesting. 32 31 33 [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure. 32 34 … … 34 36 35 37 [[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. 36 40 37 41 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.