mit-crpg / OpenMOC

A method of characteristics code for nuclear reactor physics calculations.
https://mit-crpg.github.io/OpenMOC/
Other
148 stars 83 forks source link

2D modular ray tracing #6

Closed wbinventor closed 9 years ago

wbinventor commented 11 years ago

For spatial domain decomposition, we will need modular ray tracing for efficient communication of angular fluxes across domains. To give users the option of using cyclic ray tracing or modular ray tracing, we can can subclass the TrackGenerator class into a CyclicTrackGenerator and a ModularTrackGenerator class for each application.

wbinventor commented 10 years ago

This would be the first step for domain decomposition for those looking working on it.

wbinventor commented 9 years ago

Closing this issue since it is not relevant at the moment.