GetNodalFunctionsDerivativesParams

PURPOSE ^

GETNODALFUNCTIONSDERIVATIVESPARAMS - returns the values of the derivatives of the nodal functions at the gaussian point in current element

SYNOPSIS ^

function dl1dl2=GetNodalFunctionsDerivativesParams(beamelem,gauss_coord)

DESCRIPTION ^

GETNODALFUNCTIONSDERIVATIVESPARAMS - returns the values of the derivatives of the nodal functions at the gaussian point in current element

   Usage:
      dl1dl2=GetNodalFunctionsDerivativesParams(beamelem,gauss_coord)

   See also GETNODALFUNCTIONSDEREIVATIVESBASIC, GETNODALFUNCTIONS

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function dl1dl2=GetNodalFunctionsDerivativesParams(beamelem,gauss_coord)
0002 %GETNODALFUNCTIONSDERIVATIVESPARAMS - returns the values of the derivatives of the nodal functions at the gaussian point in current element
0003 %
0004 %   Usage:
0005 %      dl1dl2=GetNodalFunctionsDerivativesParams(beamelem,gauss_coord)
0006 %
0007 %   See also GETNODALFUNCTIONSDEREIVATIVESBASIC, GETNODALFUNCTIONS
0008 dl1dl2=[ -1.0/2.0 1.0/2.0];

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