InterviewSolution
Saved Bookmarks
| 1. |
In the least-square method, the gradient is computed using ___________(a) trial and error method(b) optimization method(c) weighted average(d) predictor-corrector methodI have been asked this question during an interview.I want to ask this question from Diffusion Problem in division Diffusion Problem of Computational Fluid Dynamics |
|
Answer» CORRECT OPTION is (b) OPTIMIZATION method Best explanation: The least-square method is based on an optimization procedure. This optimization carried over a function which is a function of the WEIGHT USED, the gradients and the grid sizes in the x, y and z-directions. |
|