InterviewSolution
Saved Bookmarks
| 1. |
Which of these errors need a multi-grid approach?(a) Low amplitude error(b) High amplitude error(c) Low frequency error(d) High frequency errorI got this question during a job interview.The doubt is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» CORRECT option is (c) Low frequency error To explain I would say: High frequency oscillatory ERRORS are easily eliminated using iterative METHODS LIKE Jacobi and Gauss-Seidel. But, these TECHNIQUES cannot handle smooth and low frequency errors without a multi-grid approach. |
|