shearnorm2d

PURPOSE ^

SHEARNORM2D - computes the norm of the strain rate

SYNOPSIS ^

function s=shearnorm2d(md)

DESCRIPTION ^

SHEARNORM2D - computes the norm of the strain rate

   Usage:
      s=shearnorm2d(md)

   See also: shear2d

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function s=shearnorm2d(md)
0002 %SHEARNORM2D - computes the norm of the strain rate
0003 %
0004 %   Usage:
0005 %      s=shearnorm2d(md)
0006 %
0007 %   See also: shear2d
0008 
0009 [sx,sy,sxy,s]=shear2d(md);

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003