[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.13 Tips for troubleshooting problems

When CAMFR produces results that are clearly nonphysical, here are number of things you can do to improve convergence:

If CAMFR crashes, make sure you haven't called free_tmps() too soon, i.e. before you're done with the objects. Another common cause of crashes to look out for is defining a wall or an InfStack inside an expression. Also, if you're upgrading from a pre 1.0 version of CAMFR, make sure all your coordinates are purely real.

Finally, we want to remind the user that in Python 1/3 = 0 rather than .3333. This will change in Python 3.0, but if you already want such behaviour now, include from __future__ import division at the top of your scripts.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by root on August, 27 2008 using texi2html 1.76.