Difference between revisions of "Program Flow"
From CometWiki
m (Created page with 'Figure 1: Comet program flow The program works in an iterative loop: creating new nodes and links, and updating the positions of existin...') |
m (moved How comet works to Program Flow) |
||
| (12 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | The program | + | 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)]] | ||
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: