Navigation

Operators and Keywords

Function List:

C++ API

Function File: [mesh] = msh3m_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 face identified by s1 and s2.

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

See also: msh3m_structured_mesh, msh3m_gmsh, msh3m_submesh, msh2m_join_structured_mesh.

Package: msh