MSH2Mnodesonsides [MSH]
— Function File: [nodelist] = MSH2Mnodesonsides(mesh, sidelist)

Returns a list of the nodes lying on the sides sidelist of the mesh mesh.

Input:

  • mesh: standard PDEtool-like mesh, with field "p", "e", "t".
  • sidelist: row vector containing the number of the sides (numbering referred to mesh.e(5,:)).

Output:

  • nodelist: list of the nodes that lies on the specified sides.