Changes between Version 6 and Version 7 of u/adebrech/code/AMR_line_transfer


Ignore:
Timestamp:
03/27/19 10:31:25 (6 years ago)
Author:
adebrech
Comment:

Legend:

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

    v6 v7  
    33See [https://astrobear.pas.rochester.edu/trac/blog/adebrech03252019 this blog post] for test parameters.
    44
    5 [[span(style=color: #00FF00, *)]] Single ray (1D), single processor. Ran for very long simulation time, to give solid point of comparison.
     51. [[span(style=color: #00FF00, *)]] Single ray (1D), single processor. Ran for very long simulation time, to give solid point of comparison.
    66
    77[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test10000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test1.gif, width=500)]]
    88
    9 [[span(style=color: #00FF00, *)]] Multiple rays (2D, GmX(2) = 32, GxBounds(5) = 2.5d-1), single processor (final_time = 1d1, final_frame = 100), refined from x = 0.25 to 0.75.
     92. [[span(style=color: #00FF00, *)]] Multiple rays (2D, GmX(2) = 32, GxBounds(5) = 2.5d-1), single processor (final_time = 1d1, final_frame = 100), refined from x = 0.25 to 0.75.
    1010
    1111[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test20000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test2.gif, width=500)]]
    1212
    13 [[span(style=color: #00FF00, *)]] Multiple rays (2D), 2 processors (neighbor patch).
     133. [[span(style=color: #00FF00, *)]] Multiple rays (2D), 2 processors (neighbor patch).
    1414
    1515[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test30000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test3.gif, width=500)]]
    1616
    17 [[span(style=color: #00FF00, *)]] Single ray (1D), single processor, 2 levels in middle-ish (child patch, MaxLevel = 1).
     174. [[span(style=color: #00FF00, *)]] Single ray (1D), single processor, 2 levels in middle-ish (child patch, MaxLevel = 1).
    1818
    1919[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test40000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test4.gif, width=500)]]
     
    2323[[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/tau_refinement.png, width=500)]]
    2424
    25 [[span(style=color: #00FF00, *)]] Multiple rays (2D), single processor, 2 levels (child patch).
     255. [[span(style=color: #00FF00, *)]] Multiple rays (2D), single processor, 2 levels (child patch).
    2626
    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 [[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), multiple 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 [[span(style=color: #FFFF00, *)]] 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), multiple processors, 2 levels (neighbor and child patches), with domain boundary refined (<= 0.75).
    3434
    35 [[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 3 levels with improper nesting.
     358. [[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 3 levels with improper nesting.
    3636
    37 [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
     379. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
    3838
    39 [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
     3910. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.
    4040
    41 [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].
     4111. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].
    4242
    43 [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.
     4312. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.
    4444
    4545Comments: 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.