InterviewSolution
Saved Bookmarks
| 1. |
If there are N grid points in both the x and y-directions, how many times does the ADI scheme use the Thomas algorithm?(a) N/2(b) 2(c) N^2(d) 2NThis question was posed to me by my college professor while I was bunking the class.The origin of the question is CFD Techniques topic in portion Some Simple CFD Techniques of Computational Fluid Dynamics |
|
Answer» Right option is (d) 2N |
|