|
[Sponsors] |
June 27, 2005, 06:41 |
the code for large sparse matrice
|
#1 |
Guest
Posts: n/a
|
where can i find the code for large sparse matrice. i will appreciate any feeback
|
|
June 27, 2005, 10:33 |
Re: the code for large sparse matrice
|
#2 |
Guest
Posts: n/a
|
try mtl and itl: http://www.osl.iu.edu/research/mtl/ and http://www.osl.iu.edu/research/itl/ mtl is a library for dealing with sparse matrices and itl has krylov solvers based on mtl format.
|
|
June 27, 2005, 11:41 |
Re: the code for large sparse matrice
|
#3 |
Guest
Posts: n/a
|
thank you very much Marcio Ricardo ! how long have you use that two library. if i have some question ,would you like to give me some instruction. thank you again .
|
|
June 27, 2005, 11:58 |
Re: the code for large sparse matrice
|
#4 |
Guest
Posts: n/a
|
I've been using these libraries for almost 6 months, and I'm pretty sattisfied with it. Feel free to ask any questions, but I suggest you to suscribe to their mailing list, because this way you'll get the answers from the code developpers.
Best regards, Márcio Ricardo |
|
June 27, 2005, 12:06 |
Re: the code for large sparse matrice
|
#5 |
Guest
Posts: n/a
|
thank you very much . what subject are you study. i mainly work in region of numerical simualtion of incompressible flow and heat transfer . thank you very much
|
|
June 27, 2005, 12:25 |
Re: the code for large sparse matrice
|
#6 |
Guest
Posts: n/a
|
but can i use it in visual fortran , i do not have more knowkedge in c language. best regards thany you very much
|
|
June 27, 2005, 14:25 |
Re: the code for large sparse matrice
|
#7 |
Guest
Posts: n/a
|
::but can i use it in visual fortran.
I don't know if you can call mtl from FORTRAN, because it uses C++ data structures that are not part of FORTRAN, such as classes and templates. Maybe you should take a look at netlib (www.netlib.org). It has a lot of free scientific software, and most of it is written in FORTRAN. ::what subject are you study i mainly work in region of numerical simualtion of incompressible flow and heat transfer I'm working with incompressible flows too, but without heat transfer. I'm studying a finite element formulation that provides mass conservation at a control volume level, known as CVFEM - control volume finite element method. best regards Márcio Ricardo |
|
June 27, 2005, 14:54 |
Re: the code for large sparse matrice
|
#8 |
Guest
Posts: n/a
|
Dear ztdep,
Do check out the book on Numerical Recipes in Fortran(also available in C) for information on numerical codes concerning scientific computations. Regards, Ganesh |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Debugging Unsteady 2-D Panel Method Code: Wake Modeling | RajeshAero | Main CFD Forum | 5 | November 10, 2011 06:48 |
Small 3-D code | Zdravko Stojanovic | Main CFD Forum | 2 | July 19, 2010 11:11 |
Editing code | Joseph | Main CFD Forum | 0 | May 28, 2007 17:18 |
Design Integration with CFD? | John C. Chien | Main CFD Forum | 19 | May 17, 2001 16:56 |
own Code vs. commercial code | Bernhard Mueck | Main CFD Forum | 10 | February 16, 2000 11:07 |