Home > freetb4matlab > bim > BIM2Cmeshproperties.m

BIM2Cmeshproperties

PURPOSE ^

%

SYNOPSIS ^

function [omesh] = BIM2Cmeshproperties(imesh)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{omesh}]} = BIM2Cmeshproperties(@var{imesh})
%
% Compute mesh properties needed by the operator assembly routines and
% add them as fields to the mesh structure.
%
% Input:
% @itemize @minus
% @item @var{imesh}: PDEtool-like mesh with required field 'p', 'e', 't'.
% @end itemize 
%
% Output:
% @itemize @minus
% @item @var{omesh}: PDEtool-like mesh structure with added fields needed by BIM method.
% @end itemize
%
% @seealso{BIM2Areaction, BIM2Aadvdiff, BIM2Crhs}
% @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