mymesh.converter.wedge2edges#

mymesh.converter.wedge2edges(NodeCoords, NodeConn)[source]#

Extract edges from all elements of a purely 6-Node wedge element mesh. Best practice is to use solid2edges, rather than using wedge2edges directly.

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

  • NodeConn (list) – List of nodal connectivity.

Returns:

Edges – List of nodal connectivity of the mesh edges.

Return type:

list