|
[Sponsors] |
free C code for large sparse matrix linear solver |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 3, 2007, 13:43 |
free C code for large sparse matrix linear solver
|
#1 |
Guest
Posts: n/a
|
Hi: Friends, i am busy with developing a CFD code with c++ language and Finite Volume Method. So would you please give me some information about the free code for large sparse matrix linear solver. Regards
|
|
May 3, 2007, 13:56 |
Re: free C code for large sparse matrix linear sol
|
#2 |
Guest
Posts: n/a
|
Try
1.PETSc: http://www-unix.mcs.anl.gov/petsc/petsc-as/ 2.HYPRE: http://www.llnl.gov/CASC/linear_solvers/ 3. SuperLU: http://crd.lbl.gov/~xiaoye/SuperLU/ |
|
May 3, 2007, 21:42 |
Re: free C code for large sparse matrix linear sol
|
#3 |
Guest
Posts: n/a
|
Thank you very much for your quick response, but i think it need time to master the packaes that you just mentioned. I want to know if there are some easy to study codes. regards
|
|
May 4, 2007, 17:19 |
Re: free C code for large sparse matrix linear sol
|
#4 |
Guest
Posts: n/a
|
UMFPACK is quite simple but performs (if I'm not wrong) only direct LU decomposition. Luca
|
|
May 18, 2007, 12:00 |
Re: free C code for large sparse matrix linear sol
|
#5 |
Guest
Posts: n/a
|
please send me sparse matrix in c
|
|
May 18, 2007, 12:27 |
Re: free C code for large sparse matrix linear sol
|
#6 |
Guest
Posts: n/a
|
||
May 21, 2007, 05:11 |
Re: free C code for large sparse matrix linear sol
|
#7 |
Guest
Posts: n/a
|
> please send me sparse matrix in c Here is a sample sparse matrix (in C, fortran, whatever)
1 0 0 0 2 0 0 0 3 |
|
May 24, 2007, 15:14 |
Re: free C code for large sparse matrix linear sol *NM*
|
#8 |
Guest
Posts: n/a
|
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
thobois class engineTopoChangerMesh error | Peter_600 | OpenFOAM | 4 | August 2, 2014 10:52 |
please help me which solver is better for my application | Ger_US | OpenFOAM | 8 | January 8, 2013 13:29 |
Reading forces within solver code | SD@TUB | OpenFOAM Running, Solving & CFD | 0 | February 28, 2010 19:39 |
Getting too many iterations by velocity solving (aborting). Changing U - Solver? | suitup | OpenFOAM Running, Solving & CFD | 0 | January 20, 2010 08:45 |
solver for linear system with large sparse matrix | Yangang Bao | Main CFD Forum | 1 | October 25, 1999 05:22 |