Home > freetb4matlab > bim > BIM3Cmeshproperties.m

BIM3Cmeshproperties

PURPOSE ^

%

SYNOPSIS ^

function [omesh] = BIM3Cmeshproperties(imesh)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{omesh}]} = BIM3Cmeshproperties(@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{BIM3Areaction, BIM3Alaplacian, BIM3Arhs}
% @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