get_elements_per_area# Geometry.get_elements_per_area()# Get the number of elements meshed for each area. Returns: np.ndarrayAn array with the area id for the first column, and the number of elements per each area on the second column. Return type: ndarray[tuple[int, ...], dtype[int32]]