robertsj / libdetran

deterministic transport utilities
MIT License
2 stars 2 forks source link

Refactor MG solver tests #53

Open robertsj opened 1 year ago

robertsj commented 1 year ago

Right now, the various test_MGSolverGS, etc., tests solve a series of problems: a 1-g slab, a 7-g slab with and without fission multiplications, and a 7-g slab in adjoint mode with and without fission multiplications.

In all cases, a single set of geometry, material, and other inputs needs to be defined, and the test cases for each solver should be greatly simplified.