


PENALTYCREATEPVECTOR - creates en empty vector
there is no penalty in load vector to apply on the icefront
Usage:
Pe=PenaltyCreatePVector(icefront,grids,materials,inputs,analysis_type,kmax)
See also CREATEPVECTOR, PENALTYCREATEKMATRIX, PENALTYCONTRAIN

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