mosaic.Descriptor.cell_patches#
- property Descriptor.cell_patches#
ndarray
of patch coordinates for cell centered valuesDimensions:
(nCells, maxEdges)
Notes
The second dimension of the patch array is length
maxEdges
, even ifnEdgesOnCell
for thei-th
cell is less thanmaxEdges
. We’ve chosen to deal with ragged indices (i.e. nodes indices greater thannEdgesOnCell
for the given cell) by repeating the first node of the patch. Nodes are ordered counter clockwise around the cell center.