GetNodalFunctions

PURPOSE ^

GETNODALFUNCTIONS - returns the values of the nodal functions at the gaussian point

SYNOPSIS ^

function l1l2=GetNodalFunctions(beamelem,gauss_coord)

DESCRIPTION ^

GETNODALFUNCTIONS - returns the values of the nodal functions at the gaussian point

   Usage:
      l1l2=GetNodalFunctions(beamelem,gauss_coord)

   See also GETNODALFUNCTIONSDEREIVATIVESBASIC, GETNODALFUNCTIONSDEREIVATIVESPARAMS

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function l1l2=GetNodalFunctions(beamelem,gauss_coord)
0002 %GETNODALFUNCTIONS - returns the values of the nodal functions at the gaussian point
0003 %
0004 %   Usage:
0005 %      l1l2=GetNodalFunctions(beamelem,gauss_coord)
0006 %
0007 %   See also GETNODALFUNCTIONSDEREIVATIVESBASIC, GETNODALFUNCTIONSDEREIVATIVESPARAMS
0008 
0009 l1l2=zeros(1,2);
0010 l1l2(1)=0.5*gauss_coord+0.5;
0011 l1l2(2)=-0.5*gauss_coord+0.5;

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