Home > freetb4matlab > bim > BIM2Cunknowncoord.m

BIM2Cunknowncoord

PURPOSE ^

%

SYNOPSIS ^

function [x,y] = BIM2Cunknowncoord(mesh)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{x}, @var{y}]} = BIM2Cunknowncoord(@var{mesh})
%
% Return as output the coordinates at which the unknown is evaluated by BIM method (nodes of the mesh).
%
% Input:
% @itemize @minus
% @item @var{mesh}: PDEtool-like mesh with required field 'p', 'e', 't'.
% @end itemize 
%
% Output:
% @itemize @minus
% @item @var{x}, @var{y}: x and y coordinates of the evaluation points.
% @end itemize
%
% @seealso{BIM2Cunknownsonside}
% @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