mymesh.converter.EdgesByElement#
- mymesh.converter.EdgesByElement(NodeCoords, NodeConn, ElemType='auto')[source]#
Returns edges grouped by the element from which they came.
- Parameters:
NodeCoords (list) – List of nodal coordinates.
NodeConn (list) – Nodal connectivity list.
ElemType (str, optional) – Specifies the element type contained within the mesh, by default ‘auto’. See
solid2edges()
for options.
- Returns:
ElementEdges – Edge connectivity, grouped by element
- Return type:
list