


% -*- texinfo -*-
% @deftypefn {Function File} {[@var{mesh}]} = MSH3Mjoinstructm(@var{mesh1},@var{mesh2},@var{s1},@var{s2})
%
% Join two structured meshes (created by MSH3Mstructmesh) 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{MSH3Mstructmesh,MSH3Mgmsh,MSH3Msubmesh}
% @end deftypefn