Example #1
0
 public void SetComponent()
 {
     Matrix = new int[model.LQ * model.ln, model.LQ *model.ln];
     MatrixTransformation.SetIdentityMatrix(Matrix);
 }
Example #2
0
 public void SetComponent()
 {
     Matrix = new int[IdentityModel.IntDOFPerNode * IdentityModel.IntModelNodes, IdentityModel.IntDOFPerNode *IdentityModel.IntModelNodes];
     MatrixTransformation.SetIdentityMatrix(Matrix);
 }