|
[Sponsors] |
More advise on libraries to solve linear system |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 18, 2000, 19:37 |
More advise on libraries to solve linear system
|
#1 |
Guest
Posts: n/a
|
Hello everybody,
what is the more suitable kind of solvers for linear systems to use with equations from finite element triangular discretizations, sparse iterative solvers or LU/Gauss factorization solvers? Browsing through netlib, I found LAPACK is by far the most widely used library. Netlib also recommend meschach for C programmers. Both libraries are direct solvers, using LU factorization (if I am not wrong). When it comes to the iterative solvers, the most cited are BlockSolve, IML++, etc ... and LASPack, the one I've tested without success. So I ask you: what libraries do you use in your programs? What about it's stability and robustness? And its performance. I know these are quite general questions, but any answer will help me. Thank you! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
please help me which solver is better for my application | Ger_US | OpenFOAM | 8 | January 8, 2013 13:29 |
Linear System solver in Newton method | proto84 | Main CFD Forum | 3 | November 30, 2009 11:06 |
Adventure of fisrst openfoam installation on Ubuntu 710 | jussi | OpenFOAM Installation | 0 | April 24, 2008 15:25 |
On the block tridiagonal linear system | zhanglei | Main CFD Forum | 0 | July 18, 2000 09:55 |
Good library to solve huge linear system | Ricardo Bonon | Main CFD Forum | 3 | May 19, 2000 07:24 |