AddElemMatrix

PURPOSE ^

ADDELEMMATRIX - returns the global stiffness matrix

SYNOPSIS ^

function Kgg=AddElemMatrix(Ke,Kgg)

DESCRIPTION ^

ADDELEMMATRIX - returns the global stiffness matrix

   Usage:
      Kgg=AddElemMatrix(Ke,Kgg)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function Kgg=AddElemMatrix(Ke,Kgg)
0002 %ADDELEMMATRIX - returns the global stiffness matrix
0003 %
0004 %   Usage:
0005 %      Kgg=AddElemMatrix(Ke,Kgg)
0006 
0007 Kgg=Ke.matrix;

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