robertsj / libdetran

deterministic transport utilities
MIT License
2 stars 2 forks source link

Fixing tests. #51

Closed robertsj closed 1 year ago

robertsj commented 1 year ago

Mostly, this is fixes to the CSG-related stuff in geometry. Rather than toss the tests (and code), I reviewed and revised what was there. Now, tracking is done in 2D, and a jump to 3D should not be terrible. Downstream use (e.g., in boundary and sweeper) is still untested, and lots of commented code still exists 👎

This addresses #42

robertsj commented 1 year ago

All existing tests should pass for a build with no external libraries used (e.g., no petsc).

Relzohery commented 1 year ago

@robertsj the code compiles and all tests pass