Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 406 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 406 Bytes

Gardensnake

Simple neutron diffusion solver.

To install, put the gardensnake module inside the modules directory. Then compile by using make.

To test, assuming you compiled an optimized executable, run the follwoing inside the gardensnake drietory after successful compilation:

./gardensnake-opt -i problems/problem1/problem1.i

You can test different problems inside the problems directory.