1.

Which is correct?(a) Local index has a single index and global index has multiple indices(b) Global index has a single index and local index has multiple indices(c) Both local and global indices have a single index(d) Both local and global indices have multiple indicesI had been asked this question in quiz.This interesting question is from FVM topic in section Finite Volume Methods of Computational Fluid Dynamics

Answer»

The correct answer is (b) Global index has a single index and LOCAL index has multiple indices

Easiest explanation: Local indexing is the indexing of elements AROUND a PARTICULAR cell. It has to mention the direction ALSO. So, it involves multiple indexing. Global indexing is just a single number representing a cell or ELEMENT.



Discussion

No Comment Found

Related InterviewSolutions