get_elements_per_area#

Geometry.get_elements_per_area()[source]#

Get the number of elements meshed for each area.

Returns:
np.ndarray

An array with the area id for the first column, and the number of elements per each area on the second column.

Return type:

ndarray[Any, dtype[int32]]