Navigation

Operators and Keywords

Function List:

C++ API

Function File: [mesh] = msh2m_join_structured_mesh(mesh1,mesh2,s1,s2)

Join the two structured meshes mesh1 and mesh2 into one single mesh.

The two meshes must share a common edge identified by s1 and s2.

WARNING: the two meshes must share the same vertexes on the common edge.

See also: msh2m_structured_mesh, msh2m_gmsh, msh2m_submesh, msh3m_join_structured_mesh.

Package: msh