


SHEARNORM2D - computes the norm of the strain rate
Usage:
s=shearnorm2d(md)
See also: shear2d

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);