In the model grid overview for unstructured grids, the function get_grid_size is not listed.
However, in the SIDL overview it states the following:
This function is needed for every grid type.
The grid size is used for, among other things, the length of arrays returned by get_grid_x and get_grid_y for unstructured and structured quad grids.
Seeing as the functionality of get_grid_size for unstructured grids is identical to get_node_count I am not sure if it's actually required.
In the model grid overview for unstructured grids, the function
get_grid_sizeis not listed.However, in the SIDL overview it states the following:
Seeing as the functionality of
get_grid_sizefor unstructured grids is identical toget_node_countI am not sure if it's actually required.