


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

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