openmc icon indicating copy to clipboard operation
openmc copied to clipboard

Burnup matrix decomposition when transfer rates with destination material is set

Open church89 opened this issue 2 years ago • 0 comments

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

church89 avatar Oct 12 '23 13:10 church89