pysdic.Connectivity.n_vertices_per_element#

property Connectivity.n_vertices_per_element: int#

[Get] The number of vertices per element \(N_{vpe}\) in the mesh.

See also

  • n_elements() for getting the number of elements in the mesh.

  • shape() for getting the shape of the elements array.

Returns:

The number of vertices per element in the mesh.

Return type:

int