mymesh.converter.wdg152linear#

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

Converts a 15-node wedge mesh to a 6-node wedge mesh. Assumes a 15-node wedge numbering scheme where the first 6 nodes define the wedge vertices, the remaining nodes are thus neglected.

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

  • NodeConn (array_like) – Nodal connectivities for a 15-Node pyramid mesh

Returns:

  • NodeCoords (array_like) – List of nodal coordinates (unchanged from input).

  • NodeConn (np.ndarray) – Nodal connectivities for the equivalent 6-Node wedge mesh