InterviewSolution
Saved Bookmarks
| 1. |
Tolerance for iteration errors is usually based on _______________(a) convergence(b) residuals(c) stability(d) round-off errorI have been asked this question during an online exam.Enquiry is from Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» RIGHT answer is (b) residuals The explanation is: A tolerance should be SET for the convergence of ITERATIONS to SAY when to stop the iterations. To set this, tolerance residuals are analysed. Residual directly quantifies the error in the SOLUTION of a system. |
|