Difference between revisions of "Particle Trajectory Code"

From New IAC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Download all of the following sources. You will need to have the GNU Scientific Library [http://www.gnu.org/sofware/gsl] installed in order to compile this program. The script "build.sh" will take care of the compiling.
 
Download all of the following sources. You will need to have the GNU Scientific Library [http://www.gnu.org/sofware/gsl] installed in order to compile this program. The script "build.sh" will take care of the compiling.
  
[[Media:build.sh]]
+
[[Media:build.txt]] (This should be renamed to "build.sh")
  
 
[[Media:fields.c]]
 
[[Media:fields.c]]

Revision as of 21:19, 10 June 2009

Download all of the following sources. You will need to have the GNU Scientific Library [1] installed in order to compile this program. The script "build.sh" will take care of the compiling.

Media:build.txt (This should be renamed to "build.sh")

Media:fields.c

Media:func.c

Media:init.c

Media:readinput.c

Media:trajectory.c

Media:trajectory.h

Return to Simulating Particle Trajectories