|
[Sponsors] |
April 7, 2006, 10:57 |
ITERATIVE METHODS
|
#1 |
Guest
Posts: n/a
|
When does an iterative method converge?
|
|
April 7, 2006, 11:20 |
Re: ITERATIVE METHODS
|
#2 |
Guest
Posts: n/a
|
whenever you want ;-)
(Assuming a well posed and convergent problem...) Since iterative methods are based on minimizing residuals the user must choose which residual is acceptable or not... |
|
April 7, 2006, 11:22 |
Re: ITERATIVE METHODS
|
#3 |
Guest
Posts: n/a
|
to put it in very simple terms,when the results are not changing with the iterations.. the method is said to be converged. Ideally it is not possible to get the results exactly same after 2 iterations. It depends on the order of accuracy that you are looking for. I mean what order of error is acceptable to you.. Hope this will clarify your doubt. Cheers Rags
|
|
April 8, 2006, 05:58 |
Re: ITERATIVE METHODS
|
#4 |
Guest
Posts: n/a
|
I read something about the eigvalues of the matrix C=M^(-1)*N which is the matrix of error; if E is the error and n the number of iterations then E(n+1)=C*E(n) I read that eigenvalues (L) of C must be lower than 1 and that L(k)<L(k-1)<...<L(1)<1 where [k x k] is C dimension. Why do we need this condition? Thank you very much!
|
|
April 8, 2006, 10:26 |
Re: ITERATIVE METHODS
|
#5 |
Guest
Posts: n/a
|
Are you asking when you should stop your iteration because your solution is good enough? That's the question folks are answering.
Or are you asking how to evaluate an iterative method before you use it to be sure you have a convergent method? Your comment about eigenvalues suggests that's what you mean. Maybe the linear algebra experts reading these posts will have a good answer for you. Good luck. |
|
April 8, 2006, 12:06 |
Re: ITERATIVE METHODS
|
#6 |
Guest
Posts: n/a
|
an itertion is a process of steps until u get a satisfied answer.bcoz when applying numerical methods we have error in our solution, for every iteration this error is getting reduced, finally error reaches nearly zero that showr our rsults are converged, if the errors are amplified our results become unstable(refer stability analysis)
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fast iterative methods (for Laplace equation)? | pzhang | Main CFD Forum | 2 | September 30, 2008 17:28 |
Doubt on Implicit Methods | analyse In India | Main CFD Forum | 10 | March 9, 2007 04:01 |
comments on FDM, FEM, FVM, SM, SEM, DSEM, BEM | kenn | Main CFD Forum | 2 | July 18, 2004 19:28 |
Iterative Methods for the Stokes problem | Andreas | Main CFD Forum | 0 | October 18, 2001 09:56 |
Iterative equation solvers in CFD | Vitaly Bulgakov | Main CFD Forum | 32 | March 1, 1999 12:11 |