Cell
A -grid can be decomposed in a group of -cells called cell. Grids and cells are objects of the same topolgy. A cell can bee seen as the smallest possible grid in terms of vertices.
Let a cell be an element of the grid. It can be seen as a d-tuple of the form :
A -cell is itself a hyper rectangle also known as a d-orthotope.
Cell Count
The total number of cells in a grid is given by :
Indexing
Each cell is indexed relatively to its origin node :
And, like nodes, cells can be indexed regarding their tuple address.
Corner Nodes
The number of corners in a cell is :
Corner nodes ar obtained by a set of permutations about the origin :
Thus :
Note that this procedure respect the way we ordered all the nodes of the grid ; so they are also sorted in ascent order this way.