openmc
openmc copied to clipboard
Burnup matrix decomposition when transfer rates with destination material is set
Description
Currently, when TransferRates with destination materials are set, the depletable materials are coupled and therefore the burnup matrix is assembled as one single block matrix and solved in one single process (without making use of MPI).
This could be improved by implementing some matrix decomposition methods, e.g. LU