Home > freetb4matlab > msh > MSH3Mjoinstructm.m

MSH3Mjoinstructm

PURPOSE ^

%

SYNOPSIS ^

function mesh = MSH3Mjoinstructm(mesh1,mesh2,s1,s2)

DESCRIPTION ^

% -*- 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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003