I am working on a problem in which I have to solve a linear system with a sparse matrix of the general pattern shown below (please click on the link) needs to be solved.
It currently works very well using a BiCGSTAB solver and an ILU0 preconditioner. However the time required to solve the problem is too large for my purposes. I am therefore looking for a different parallel preconditioner. Problem is I am not really a mathematician so I don't know which type to try out. I am using the paralution linear solver package however I'd be happy to try other packages as well or write my own.
Any help would be greatly appreciated :-)