Home > freetb4matlab > msh > MSH2Mjoinstructm.m

MSH2Mjoinstructm

PURPOSE ^

%

SYNOPSIS ^

function [mesh] = MSH2Mjoinstructm(mesh1,mesh2,s1,s2)

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

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