Home > freetb4matlab > msh > MSH3Mgeomprop.m

MSH3Mgeomprop

PURPOSE ^

%

SYNOPSIS ^

function [varargout] = MSH3Mgeomprop(imesh,varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{varargout}]} = MSH3Mgeomprop(@var{mesh},[@var{string1},@var{string2},...])
%
% Computes geometrical properties of the specified mesh
%
% Input:
% @itemize @minus
% @item @var{mesh}: standard PDEtool-like mesh, with field 'p', 'e', 't'.
% @item @var{string1}, @var{string2},...: identifier of the property to compute. Possible choices are listed below.
% @itemize @bullet
% @item 'wjacdet' : weighted determinant of jacobian trasformation to
% reference tetrahedron
% @item 'shg': gradient of the P1 shape functions for BIM method
% @item 'shp': value of the P1 shape functions for BIM method
% @end itemize
% @end itemize 
%
% The output will contain the geometrical properties requested in the input in the same order specified in the function call
% @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