Used for defining a grid with regular spacing in the x, y, and z directions.
lower (float vector)upper (float vector)cells (integer vector)isRadial (boolean)periodicDirs (integer vector)ghostLayers (integer)writeGeom (boolean)writeConn (boolean)writeHalos (boolean)Sample code block
<Grid domain>
kind = cart2d
ghostLayers = 2
lower = [0.0, 0.0]
upper = [1.0, 1.0]
cells = [CELLX, CELLSY]
periodicDirs = [0]
isRadial = false
</Grid>