


ADDELEMMATRIX - returns the global stiffness matrix
Usage:
Kgg=AddElemMatrix(Ke,Kgg)

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;