GSTPy.GridSize

class GSTPy.GridSize

Amount of cells in all Grid-axis directions.

__init__((object)self, (int)x, (int)y, (int)z) → None
x

The amount of cells in x direction.

Type:unsigned int
y

The amount of cells in y direction.

Type:unsigned int
z

The amount of cells in z direction.

Type:unsigned int