


PENALTYCREATEKMATRIX - creates en empty matrix
there is no penalty in stiffness matrix to apply on the icefront
Usage:
Ke=PenaltyCreateKMatrix(icefront,grids,materials,inputs,analysis_type,kmax)
See also CREATEPVECTOR, PENALTYCREATEPVECTOR, PENALTYCONTRAIN

0001 function Ke=PenaltyCreateKMatrix(icefront,grids,materials,inputs,analysis_type,kmax); 0002 %PENALTYCREATEKMATRIX - creates en empty matrix 0003 % 0004 % there is no penalty in stiffness matrix to apply on the icefront 0005 % 0006 % Usage: 0007 % Ke=PenaltyCreateKMatrix(icefront,grids,materials,inputs,analysis_type,kmax) 0008 % 0009 % See also CREATEPVECTOR, PENALTYCREATEPVECTOR, PENALTYCONTRAIN 0010 0011 Ke=elemmatrix(0);