<div>Hello NG,</div>
<div> </div>
<div> I have a 3D finite difference grid (corner point grid) in which, in one case for example, I have these number of cells in X, Y, and Z directions:</div>
<div> </div>
<div>NX = 19, NY = 28, NZ = 5<br clear="all"></div>
<div>This means that the grid has 2660 cells. Well, if I give the coordinates of every vertex of every cell, I should end up with a matrix of coordinates of size 21280x3 (2660 cells x 8 corners x 3 coordinates XYZ). Am I right till now?
</div>
<div>Well, probably I didn't understand correctly what MyGrid.GetNumberOfCells() should return, but it always returns 18315 (?!?), which is a number I can not recover from any possible arithmetic operation between the numbers 19, 28, 5. Am I missing something?
</div>
<div> </div>
<div>Thank you very much for your help.</div>
<div> </div>
<div>Andrea.</div>
<div><br>-- <br>"Imagination Is The Only Weapon In The War Against Reality."<br><br><a href="http://xoomer.virgilio.it/infinity77/">http://xoomer.virgilio.it/infinity77/</a><br> </div>