Changes between Version 1 and Version 2 of u/adebrech/code/AMR_line_transfer
- Timestamp:
- 03/18/19 08:47:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/adebrech/code/AMR_line_transfer
v1 v2 5 5 Move processing of ray averaging from child to parent: 6 6 Implement preallocated "containers" for completed child rays that need to be restricted on parent (at same time, can add new ray to continue on parent at internal boundaries - search at all right child boundaries on node). 7 8 Start by looping through and completing any ray that originates on patch, then do while waitany (how to determine when we've finished them all?). 9 10 __For Spherical__ 11 12 Never derefine rays moving outward? 13 14 Need some way to determine necessary refinement over global scope (when to divide rays due to spherical dilution).