Chronology Current Month Current Thread Current Date
[Year List] [Month List (current year)] [Date Index] [Thread Index] [Thread Prev] [Thread Next] [Date Prev] [Date Next]

Re: visualizing fields near charged objects



At 04:33 PM 2/7/01 -0800, Leigh Palmer wrote:
it is converging, and tomorrow I ought to have a nice ....

Similarly at 10:30 AM 2/8/01 -0500, Ludwik Kowalski wrote:
It takes 10 seconds to perform one iteration ....

You can speed things up quite a bit by using over-relaxation as discussed
at e.g.
http://www.triumf.ca/relax/doc/relax3d/node11.html

The basic idea is to figure out what size of change the relaxation method
would have taken, and take a step larger than that by some factor gamma.

More generally, that site
http://www.triumf.ca/relax/doc/relax3d/relax3d.html
describes a fancy fortran program for doing calculations of this sort. You
might want to look at it.