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 information on this web page is 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.