% -*- texinfo -*- % @deftypefn {Function File} {[@var{mesh}]} = MSH2Mjoinstructm(@var{mesh1},@var{mesh2},@var{s1},@var{s2}) % % Join two structured meshes (created by MSH2Mstructmesh) into one % mesh structure variable. % % Input: % @itemize @minus % @item @var{mesh1}, @var{mesh2}: standard PDEtool-like mesh, with field 'p', 'e', 't'. % @item @var{s1}, @var{s2}: number of the corresponding geometrical border edge for respectively mesh1 and mesh2. % @end itemize % % Output: % @itemize @minus % @item @var{mesh}: standard PDEtool-like mesh, with field 'p', 'e', 't'. % @end itemize % % WARNING: on the common edge the two meshes must share the same vertexes. % % @seealso{MSH2Mstructmesh,MSH2Mgmsh,MSH2Msubmesh} % @end deftypefn