Magritte-code / Magritte

A modern software library for simulating radiation transport.
https://magritte.readthedocs.io
GNU General Public License v3.0
17 stars 12 forks source link

Adaptive ray directions #270

Closed ThomasCeulemans closed 2 months ago

ThomasCeulemans commented 2 months ago

Implements adaptive way of choosing ray directions for the normal solvers. This includes python scripts to find the correct ray directions for each position and the C++ implementation of using these directions (mainly some refactoring work to allow to different directions per ray index) Still TODO:

Note: this part will already be merged now, as I need to implement a similar feature in the comoving-approx branch.