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