3 % Definition of the ElemStiffElasMat
function 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
15 % ElemStiffElasMat=BuildElemStiffElasMatFunc(0);
21 ElemStiffElasMat=@(q1,q2,q3,area,lambda,mu)
ElemStiffElasMatP1Ba(q1,q2,q3,area,lambda,mu);
23 ElemStiffElasMat=@(q1,q2,q3,area,lambda,mu)
ElemStiffElasMatP1Bb(q1,q2,q3,area,lambda,mu);