desc.grid.ConcentricGrid.is_meshgrid

property ConcentricGrid.is_meshgridSource

Whether this grid is a tensor-product grid.

Let the tuple (r, p, t) ∈ R³ denote a radial, poloidal, and toroidal coordinate value. The is_meshgrid flag denotes whether any coordinate can be iterated over along the relevant axis of the reshaped grid: nodes.reshape((num_poloidal, num_radial, num_toroidal, 3), order=”F”).

Type:

bool