Binaries

Source Code and ChangeLog

SVN Repository

To download from our repository, use your favorite svn client and download from:

http://trac.compucell3d.net/svn/cc3d_svn/trunk/src-3.2.1-all

Known Issues and Requirements

  • Python 2.5

  • When running simulation in silent mode without an X-server connection and plotting 2D screenshots of concentration or vector field with the legend, the legend will not contain any text. This is due to limitations Qt4. We hope to solve this issue soon. For now we store text files with min and max values of concentration and vector magnitudes and instruct users to deduce color assignments in color map and vector plots.


  • If you are using 3D visualization in silent mode with no X-server connection you need to have VTK compiled with OffScreenRendering ON and OSMesa support ON (this is the standard configuration on clusters with no X-server). This will however, prevent QVTK widget from functioning correctly (it will crash). This means that if you are using VTK compiled with offscreen rendering, you will not be able to see 3D visualization through GUI (with connection to X-server), but you will get screenshots in the silent mode with no connection to the X-server!. If you are using the default compiled version of VTK library – the one that connects to X-Server – and want to run simulation in the silent mode but without connecting to X-server, the simulation will crash with the error “no connection to X-server”.