


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