kimaniidaniel / CS-SAAD-Project3

0 stars 0 forks source link

CS-SAAD-Project3

Description:

This project simulates the diffusion of heat over a planet.

Any of the implementations can be run from command line using the instructions below. Each of the implementations output the resulting temperatures across the planet after diffusion of heat takes place and temperatures stabilize.

Compilation Instructions:

  1. Browse to this directory (CS-SAAD-Project3/)
  2. Issue the following command for the program:

    javac PlanetSim/Demo.java

Command-line invocation:

The Heated Planet simulation program should be invoked as follows:

Windows: java -classpath ".;libs/sqlite-jdbc-3.8.7.jar" PlanetSim.Demo [-p #] [-g #] [-t #]

Mac or Linux: java -classpath ".:libs/sqlite-jdbc-3.8.7.jar" PlanetSim.Demo [-p #] [-g #] [-t #]

PlanetSim.Demo should be invoked with the following Invocation Parameters to allow the designer to control the persisted results.