History
03/04/08
11/16/07
09/19/07
08/09/07
- Version 3.1.17 Release
- Added options to the Player to specify output directory or disable output completely
- Greatly simplified syntax of simulation main Python script
- Fixed problem with screenshot frequency and screen update frequency setting through xml file
0713/07
- Version 3.1.16 Release
- Refactoring to the Player so that now CompuCell3D can be run in a silent mode without connecting to the X-server. this is important if people run CompuCell3D on clusters where there is no X-server installed. Screenshots are still taken despite the fact that there is no X-server connection.
- Improved Vector plot visualization in the Player – there are more options available
- Improved PlayerSettings plugin so that essentially all Player options can be now configured from xml level. This may be useful when people want to run multiple different simulation at the same time and yet want to use different cell colors, concentration ranges etc... for each of the simulation.
- Changed the name of run script to compucell3d.sh
06/13/07
- Version 3.1.15 Release
- Implemented cell velocity plugin that calculates instantaneous velocity of the cell as a difference between center of mass of cells. It also precalculates after-spin-flip Center of Masses so this information is available before the actual spin flip has occurred. This plugin has not been tested yet.
- Improved Cell Orientation plugin.
- Improved Energy Statistics output module so that now users can output energies for every spin flip and spin flip attempt. See cellsort_2D_statistics_spin_flip.xml example
- Fixed non-vtk version of the Player . This player does not have 3D visualization capabilities
- Improved installation installation manuals. Included step-by-step installation directions using ccmake inerface. Check docs directory
- Wrote short manual explaining how to run CompuCell3D from command line.
04/18/07