|
[Sponsors] |
solver for linear system with large sparse matrix |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 22, 1999, 17:39 |
solver for linear system with large sparse matrix
|
#1 |
Guest
Posts: n/a
|
Dear friends,
Could anybody tell me where can I download a solver for linear system with large sparse matrix? I prefer to solver in C or C++. I downloaded the code "sparse1.3" by K.S.Kundert U. of CA, Berkeley, but when I compile it, it shows endless errors. |
|
October 25, 1999, 05:22 |
Re: solver for linear system with large sparse matrix
|
#2 |
Guest
Posts: n/a
|
a good solver (in my opinion) is
http://www-fp.mcs.anl.gov/petsc/ including all kind of Krylov-subspave solvers (GMRES, BISTAB...) and Preconditioning (ILU(n)...) It solves your equations etc.. also in parallel using MPI, if you want to do this. I hope that helps, Frank P.S: In order to mention also other packages that are available to solve linear equations: http://www.cs.sandia.gov/CRF/aztec1.html |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Inversion of large sparse linear systems | pankos | Main CFD Forum | 4 | June 24, 2010 07:24 |
Aztec - sparse matrix paralell solver | Astrid | Main CFD Forum | 7 | August 3, 2001 13:41 |
matrix solver for vector machine | TakeharuM | Main CFD Forum | 1 | June 5, 2001 17:16 |
complex sparse matrix | Stephane Gasser | Main CFD Forum | 1 | May 14, 2001 14:15 |
matrix solver about block structured grid | young min, Sohn | Main CFD Forum | 1 | July 11, 2000 20:35 |