iwopy.utils.RegularDiscretizationGrid.inds2gpts(inds)[source] Translates grid point indices to grid points. Parameters¶ inds: array-likeThe integer grid point indices, shape: (n_gpts, dims) Returns¶ gpts: numpy.ndarrayThe grid points, shape: (n_gpts, n_dims)