GetNodalFunctionsDerivativesBasic

PURPOSE ^

GETNODALFUNCTIONSDERIVATIVESBASIC - returns the values of the derivatices ot the nodal functions at the gaussian point in the reference element

SYNOPSIS ^

function dh1dh2_basic=GetNodalFunctionsDerivativesBasic(beamelem,z_list,gauss_coord)

DESCRIPTION ^

GETNODALFUNCTIONSDERIVATIVESBASIC - returns the values of the derivatices ot the nodal functions at the gaussian point in the reference element

   Usage:
   dh1dh2_basic=GetNodalFunctionsDerivativesBasic(beamelem,z_list,gauss_coord)

   See also GETNODALFUNCTIONS, GETNODALFUNCTIONSDEREIVATIVESPARAMS

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function dh1dh2_basic=GetNodalFunctionsDerivativesBasic(beamelem,z_list,gauss_coord)
0002 %GETNODALFUNCTIONSDERIVATIVESBASIC - returns the values of the derivatices ot the nodal functions at the gaussian point in the reference element
0003 %
0004 %   Usage:
0005 %   dh1dh2_basic=GetNodalFunctionsDerivativesBasic(beamelem,z_list,gauss_coord)
0006 %
0007 %   See also GETNODALFUNCTIONS, GETNODALFUNCTIONSDEREIVATIVESPARAMS
0008 
0009 dh1dh2_param=GetNodalFunctionsDerivativesParams(beamelem,gauss_coord); 
0010 Jinv=GetJacobianInvert(beamelem,z_list, gauss_coord);
0011 dh1dh2_basic=Jinv*dh1dh2_param;

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