InterviewSolution
Saved Bookmarks
| 1. |
Which of these is the opposite step of restriction?(a) Prolongation(b) Traversal(c) Agglomeration(d) CoarseningI have been asked this question during an online exam.The doubt is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» RIGHT choice is (a) Prolongation The best explanation: Prolongation is the step where correction is transferred from a COARSE grid to a finer one. This is DONE the same way how errors are transferred from a FINE grid to a coarser one in restriction step. |
|