Re: [PyCUDA] Example SparseSolve

2018-05-14 Thread Bram Lagerweij
Thanks. Ill be more careful about where I place my questions next time. Vriendelijke groeten, Bram Lagerweij 4272080 Op 12 mei 2018, om 22:33, Andreas Kloeckner > schreef: This is really tech support for PyMetis (i.e. wrong list), but oh

Re: [PyCUDA] Example SparseSolve

2018-05-12 Thread Andreas Kloeckner
This is really tech support for PyMetis (i.e. wrong list), but oh well. Just install pyublas. Andreas MarbHarmsen writes: > I'm currently trying to build a simple FEA solver in python using an > incomplete Cholesky decomposition preconditioned conjugate

[PyCUDA] Example SparseSolve

2018-05-12 Thread MarbHarmsen
I'm currently trying to build a simple FEA solver in python using an incomplete Cholesky decomposition preconditioned conjugate gradient method. I have exported an example stiffness matrix from my old (and slow) code into a symmetric .mtx file. This matrix is imported into the example code at