![]() |
OptFEM2DP1 Toolbox
V1.2b3
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
Global Computation of the element stiffness elasticity matrix. Block numbering. More...
Go to the source code of this file.
Functions | |
| function Kg = | ElemStiffElasMatBbVecP1 (q, me, areas, lambda, mu) |
| Global Computation of the element stiffness elasticity matrix. Block numbering. | |
Global Computation of the element stiffness elasticity matrix. Block numbering.
Definition in file ElemStiffElasMatBbVecP1.m.
| function Kg = ElemStiffElasMatBbVecP1 | ( | q, | |
| me, | |||
| areas, | |||
| lambda, | |||
| mu | |||
| ) |
Global Computation of the element stiffness elasticity matrix. Block numbering.
| q | Array of vertices coordinates, array. is the -th coordinate of the -th vertex, and |
| me | Connectivity array, array. is the storage index of the -th vertex of the -th triangle in the array , and . |
| areas | Array of areas, array. areas(k) is the area of the -th triangle. |
| lambda | the first Lame coefficient in Hooke's law |
| mu | the second Lame coefficient in Hooke's law |
| Kg | global element stiffness elasticity matrix |
Definition at line 17 of file ElemStiffElasMatBbVecP1.m.