GetParameterValue

PURPOSE ^

GETPARAMETERVALUE - returns parameter value at gaussian point specified

SYNOPSIS ^

function value=GetParameterValue(beamelem,grid_values,gauss_coord),

DESCRIPTION ^

GETPARAMETERVALUE - returns parameter value at gaussian point specified

   Usage:
      value=GetParameterValue(beamelem,grid_values,gauss_coord)
   
   See also GETNODALFUNCTIONS

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function value=GetParameterValue(beamelem,grid_values,gauss_coord),
0002 %GETPARAMETERVALUE - returns parameter value at gaussian point specified
0003 %
0004 %   Usage:
0005 %      value=GetParameterValue(beamelem,grid_values,gauss_coord)
0006 %
0007 %   See also GETNODALFUNCTIONS
0008 
0009 l1l2=GetNodalFunctions(beamelem,gauss_coord);
0010 
0011 value=sum(l1l2.*grid_values');

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