InterviewSolution
Saved Bookmarks
| 1. |
Let r^k be the residual in the k^th level of multi-grid approach. Which of these give the restriction operator?(a) \(\frac{r^{k+1}}{r^k} \)(b) \(\frac{r^k}{r^{k+1}}\)(c) r^k+1-r^k(d) r^k-r^k+1I have been asked this question during an internship interview.My doubt is from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics |
|
Answer» Right answer is (a) \(\frac{r^{k+1}}{r^k} \) |
|