You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CPUSolver class has a few routines which overlap with the mesh class routines, such as
printFissionRates
printNegativeSources
These should be removed from the solver class and moved to the mesh class.
Then the Solver should call the mesh class routines after every sweep as appropriate to output the desired reaction rates / source / flux / negative sources/fluxes distributions.
The text was updated successfully, but these errors were encountered:
The CPUSolver class has a few routines which overlap with the mesh class routines, such as
These should be removed from the solver class and moved to the mesh class.
Then the Solver should call the mesh class routines after every sweep as appropriate to output the desired reaction rates / source / flux / negative sources/fluxes distributions.
The text was updated successfully, but these errors were encountered: