DiscretizedSpace.points
- DiscretizedSpace.points()[source]
All sampling points in the partition.
Returns
- points
numpy.ndarray The shape of the array is
size x ndim, i.e. the points are stored as rows.
- points
All sampling points in the partition.
numpy.ndarrayThe shape of the array is size x ndim, i.e. the points
are stored as rows.