Difference between revisions of "Program Flow"
From CometWiki
m |
m (moved How comet works to Program Flow) |
||
| (11 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| + | The core of the program is essentially the following iteration loop. Nodes are added, forces calculated, and node positions updated as shown: | ||
| − | + | [[file:Overview_simple.png|800px|Figure 2: Comet program flow (simple)]] | |
| − | + | ||
| − | [[file: | + | |
Latest revision as of 16:56, 26 April 2009
The core of the program is essentially the following iteration loop. Nodes are added, forces calculated, and node positions updated as shown: