GetBprime_vert

PURPOSE ^

GETBPRIME_VERT - compute the Bprime matrix for vertical velocity of diagnostic

SYNOPSIS ^

function Bprime=GetBprime_vert(pentaelem,gauss_coord);

DESCRIPTION ^

GETBPRIME_VERT - compute the Bprime matrix for vertical velocity of diagnostic

   This matrix corresponds exactly to the nodeal functions at gaussian point

   Usage:
      Bprime=GetBprime_vert(pentaelem,gauss_coord)

   See also GETB_VERT, CREATEKMATRIX, GETNODALFUNCTIONS

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function Bprime=GetBprime_vert(pentaelem,gauss_coord);
0002 %GETBPRIME_VERT - compute the Bprime matrix for vertical velocity of diagnostic
0003 %
0004 %   This matrix corresponds exactly to the nodeal functions at gaussian point
0005 %
0006 %   Usage:
0007 %      Bprime=GetBprime_vert(pentaelem,gauss_coord)
0008 %
0009 %   See also GETB_VERT, CREATEKMATRIX, GETNODALFUNCTIONS
0010 
0011 %Get nodals functions in basic coordinate system:
0012 Bprime=GetNodalFunctions(pentaelem,gauss_coord);

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