* Components and adapters automatically provide default metadata that can be extended by implementations (!274)
* Grid class now have attributes providing connectivity information for the contained cells (!275)
*`cells_connectivity`: connectivity array as used by ESMF and VTK
*`cells_definition`: cell definition as used by PyVista and legacy VTK
*`cells_offset`: location of the start of each cell in `cells_connectivity`
* added convenience functions and constants to `grid_tools` (!275)
*`get_cells_matrix`: convert `cells_connectivity` or `cells_definition` back to the default cells matrix used in the Grid class (can be used to convert VTK-grids into FINAM-grids)
*`INV_VTK_TYPE_MAP`: inverse mapping to `VTK_TYPE_MAP` - FINAM cell type to VTK cell type
*`VTK_CELL_DIM`: parametric dimension for each VTK cell type
### Documentation
...
...
@@ -33,7 +41,7 @@
* Automatic conversion between compatible grids (!255)
* Adds methods `to_canonical`, `from_canonical` and `get_transform_to` to grid classes (!255)
* Adds support for masked grids using `numpy.ma.MaskedArray` (!258, !260)
* Adds convenience functions for dealing with masked arrays in `data.tools` (!260):
* Adds convenience functions for dealing with masked arrays in `data.tools` (!260):