mymesh.utils.getElemConnectivity#

mymesh.utils.getElemConnectivity(NodeCoords, NodeConn)[source]#

Determines the elements connected to each node in the mesh

Parameters:
  • NodeCoords (array_like) – List of nodal coordinates.

  • NodeConn (array_like) – Nodal connectivity list.

Returns:

ElemConn – List of elements connected to each node.

Return type:

list