flash.pyFlash4.Grid

Grid Unit

Bindings to FLASH’s Grid APIs. Many of the methods are wrapped into this module’s classes, with member variables that are initialized on constuction with the Grid data.

Classes

Block

Holds the grid data on a block for a single data structure either CENTER or FACE[XYZ].

BlockList

Maintains a list of a single block-type that are owned by the current process.

bcRegion

A region of data corresponding to the physical domain boundary normal to the axis-direction. Data can be either FACE[XYZ] or CENTER. BC_DIR, SECOND_DIR and THIRD_DIR will always be a cyclic permutation of the FLASH ``[IJK]AXIS``s, and correspondingly the coordinates coord1, coord2 and coord3.