3 % Definition of the
function computing the Element Elasticity Stiffness Matrix, depending on the
4 % parameter Num of numbering of degrees of freedom.
7 % Num: Choice of the local numbering of degrees of freedom
8 % - 0, 1 alternate numbering (classical method),
9 % - 2, 3 block numbering
19 ElemStiffElasMat=@(ql,area,C) ElemStiffElasMatP1BbOptV0(ql,area,C);