GetParameterValueStokes

PURPOSE ^

GETPARAMETERVALUESTOKES - return a parameter value at a specified point

SYNOPSIS ^

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

DESCRIPTION ^

GETPARAMETERVALUESTOKES - return a parameter value at a specified point

   Usage:
      value=GetParameterValue(pentaelem,grid_values,gauss_coord)

   See also GETPARAMETERVALUESTOKES, GETPARAMETERDERIVATIVEVALUE

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function value=GetParameterValue(pentaelem,grid_values,gauss_coord),
0002 %GETPARAMETERVALUESTOKES - return a parameter value at a specified point
0003 %
0004 %   Usage:
0005 %      value=GetParameterValue(pentaelem,grid_values,gauss_coord)
0006 %
0007 %   See also GETPARAMETERVALUESTOKES, GETPARAMETERDERIVATIVEVALUE
0008 
0009 l1l7=GetNodalFunctionsStokes(pentaelem,gauss_coord);
0010 l1l6=l1l7(1:6);
0011 
0012 value=sum(l1l6.*grid_values');

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