DiscretizedSpace.points

DiscretizedSpace.points(order='C')[source]

All sampling points in the partition.

Parameters:
order{'C', 'F'}

Axis ordering in the resulting point array.

Returns:
pointsnumpy.ndarray

The shape of the array is size x ndim, i.e. the points are stored as rows.