fire_simulation_test, a C++ code which calls fire_simulation(), which simulates a forest fire over a rectangular array of trees, starting at a single random location.
The computer code and data files made available on this web page are distributed under the MIT license
fire_simulation, a C++ code which simulates a forest fire over a rectangular array of trees, starting at a single random location. It is intended as a starting point for the development of a parallel version.