Performance implicit 2D
eusoubrasileiro opened this issue · 1 comments
eusoubrasileiro commented
Solver for 2D banded sparse matrix:
http://pysparse.sourceforge.net/fact.html
May increase considerably memory usage and performance.
Sparse matrix formats:
http://pysparse.sourceforge.net/spmatrix.html#example-2d-poisson-matrix
eusoubrasileiro commented
Amazing, amazing. Pysparse is incredible. Memory usage and solution improved a lot.
Included Imp2DLuSparseWave class.