iwopy.utils.RegularDiscretizationGrid.inds2gpts(inds)[source]

Translates grid point indices to grid points.

Parameters

inds: array-like

The integer grid point indices, shape: (n_gpts, dims)

Returns

gpts: numpy.ndarray

The grid points, shape: (n_gpts, n_dims)