DiscretizedSpace.points¶
-
DiscretizedSpace.
points
(self, order='C')[source]¶ All sampling points in the partition.
- Parameters
- order{‘C’, ‘F’}
Axis ordering in the resulting point array.
- Returns
- points
numpy.ndarray
The shape of the array is
size x ndim
, i.e. the points are stored as rows.
- points