cherab.imas.ggd.base_mesh¶

Module defining the base class for general grids (GGD).

Module Attributes

CellData

One-dimensional scalar data defined on grid cells.

VertexIndices

Vertex indices defining one grid cell.

CellConnectivity

Vertex connectivity defining a sequence of grid cells.

CellSelection

One-dimensional array of cell-selection indices.

InterpolatorCacheMode

Cache mode for interpolator templates.

Functions

as_cell_data(data, num_cell)

Return validated scalar cell data as a one-dimensional float array.

as_index_array(indices)

Return cell-selection indices as a NumPy integer array.

Classes

GGDGrid([name, dimension, coordinate_system])

Base class for general grids (GGD).