On Nov 5, 2009, at 1:02 PM, Ranjit Chacko wrote:
I'm not sure if it's with PySparse or not. I just chose a solver name from the FiPy reference manual. I don't have other solvers installed so I assume it was from PySparse.
If you didn't consciously install Trilinos (and you wouldn't soon forget the experience), then yes, you are using PySparse.
I changed the form of the noise to what you recommended.
To clarify, you are using scramble() and it still gives you a MemoryError?
Is there some way to force garbage collection?
There is a gc module in the standard Python library, but you should not need to use it explicitly. If you are using scramble(), then what I was worrying about is not even an issue.
