Difference between revisions of "Program Flow"

From CometWiki
Jump to: navigation, search
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...')
 
 
(12 intermediate revisions by one user not shown)
Line 1: Line 1:
[[file:Overview_simple.svg|frame|right|Figure 1: Comet program flow]]
 
  
The program works in an iterative loop: creating new nodes and links, and updating the positions of existing nodes (Figure 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)]]

Latest revision as of 17: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:

Figure 2: Comet program flow (simple)