|
[Sponsors] |
block tridiagonal system solver for periodic bc |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 21, 2007, 03:00 |
block tridiagonal system solver for periodic bc
|
#1 |
Guest
Posts: n/a
|
Hi! I am looking for block tridiagonal system solver for periodic bc.
can any one refer me a link to download or send me. my email Id is abdullah_08@yahoo.com best wishes and thanks |
|
February 21, 2007, 09:58 |
Re: block tridiagonal system solver for periodic b
|
#2 |
Guest
Posts: n/a
|
It can be found in numerical recipes in C. Also some parts of the numerical recipes are available online.Just google it.
|
|
February 21, 2007, 10:39 |
Re: block tridiagonal system solver for periodic b
|
#3 |
Guest
Posts: n/a
|
Harish Thanks for ur response. but i am looking in Fortran, not available n numerical recipes in Fortran.That is why i am looking for another source.
regrads |
|
February 21, 2007, 14:57 |
Re: block tridiagonal system solver for periodic b
|
#4 |
Guest
Posts: n/a
|
I think there is also a book "Numerical recipes in fortran" , which is almost the same as this for C. There is what you are looking for in it. Also a university in Italy has put online some fortran programs for this problem. But I don't remember which and can't find the web-site. Hope it helps
|
|
February 22, 2007, 11:37 |
Re: block tridiagonal system solver for periodic b
|
#5 |
Guest
Posts: n/a
|
Hi Abdullah,
Periodic bc's usually yields "cyclic tridiagonal matrices". In a matrix like that, a value exists on the upper-right corner and another value exists on the lower-left corner of the matrix. They come from the periodicity. There is a subroutine described in the fortran version of the Numerical Recipies book which is called "cyclic". It also uses subr. "tridiag". Use both of them together to solve your matrix you can get these two subroutines via search on the net.Also chapter 2 section 7 of the book above gives explanations that you may need. ilyas. |
|
February 22, 2007, 22:00 |
Re: Thank You
|
#6 |
Guest
Posts: n/a
|
Hi Ilyas,
Thank you very much for your response, Yes, i got the idea and also found both subroutines. any one need them, let me know i can send... Best wishes Abdullah |
|
February 23, 2007, 08:01 |
Re: Thank You
|
#7 |
Guest
Posts: n/a
|
yes I need them
|
|
February 23, 2007, 10:29 |
Re: Thank You
|
#8 |
Guest
Posts: n/a
|
Ur email ID...???
|
|
February 23, 2007, 14:15 |
Re: Thank You
|
#9 |
Guest
Posts: n/a
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenCL linear solver for OpenFoam 1.7 (alpha) will come out very soon | qinmaple | OpenFOAM Announcements from Other Sources | 4 | August 10, 2012 12:00 |
Block Matrix Solver Using Conjugate Gradient | John | Main CFD Forum | 2 | July 31, 2001 13:08 |
Block Tridiagonal | John | Main CFD Forum | 2 | July 30, 2001 23:10 |
matrix solver about block structured grid | young min, Sohn | Main CFD Forum | 1 | July 11, 2000 20:35 |
solver for linear system with large sparse matrix | Yangang Bao | Main CFD Forum | 1 | October 25, 1999 05:22 |