usage: pp2d [-hm] Displays animations of two dimensional particle motion Flags: -h help -m monochrome ----------------------------------------------------------------------------- pp2d expects the following formatted input on standard input: ----------------------------------------------------------------------------- ! Number of particles ! Relative display size of particle 1 ! Relative display size of particle 2 . . . ! Relative display size of particle np ! First display time ! Coordinates of particle 1 at t_1 ! Coordinates of particle 2 at t_1 . . . ! Coordinates of particle np at t_1 ! Second display time ! Coordinates of particle 1 at t_2 ! Coordinates of particle 2 at t_2 . . . ! Coordinates of particle np at t_2 ! Third display time . . . All values are expected to be real numbers except for which is an integer. Note that 3 coordinates per particle are expected although the z coordinate will be ignored. ----------------------------------------------------------------------------- pp2d keyboard assigments (commands are case-insensitive): ----------------------------------------------------------------------------- ESC: Exit program p: Pause/continue animation z: Zoom-in on solution domain x: Zoom-out on solution domain a: Enlarge marker size s: Reduce marker size q: Enlarge window size w: Reduce window size up-arrow (k): Pan up down-arrow (j): Pan down left-arrow (h): Pan left right-arrow (l): Pan right ----------------------------------------------------------------------------- Miscellaneous ----------------------------------------------------------------------------- The initial (default) viewing region is: -2 <= x <= 2 -2 <= y <= 2 The base marker size is 5 pixels Markers can range from 3 to 20 pixels in size