1.

In structured grids, computer memory is saved by ____________(a) multi-dimensions(b) localization(c) linearization(d) vectorizationI had been asked this question in a job interview.This question is from FVM in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

Right choice is (d) vectorization

The best EXPLANATION: As it is EASY to index the elements in structured grids, the values are stored USING global indexing which does not need three-dimensional indexing. So, it can be vectorized and saved as a single array of elements. This SAVES computer MEMORY.



Discussion

No Comment Found

Related InterviewSolutions