![]() |
OptFEM2D
0.1
Matlab optimized FEM2D
|
Computation of the element stiffness matrix for a triangle with vertices q1,q2,q3 and area area
More...
Go to the source code of this file.
Functions | |
| function AElem = | ElemStiffMatP1 (q1, q2, q3, area) |
Computation of the element stiffness matrix for a triangle with vertices q1,q2,q3 and area area | |
Computation of the element stiffness matrix for a triangle with vertices q1,q2,q3 and area area
Definition in file ElemStiffMatP1.m.
| function AElem = ElemStiffMatP1 | ( | q1, | |
| q2, | |||
| q3, | |||
| area | |||
| ) |
Computation of the element stiffness matrix for a triangle with vertices q1,q2,q3 and area area
| q1 | array, first vertex of the triangle, |
| q2 | array, second vertex of the triangle, |
| q3 | array, third vertex of the triangle, |
| area | triangle area |
| AElem | matrix |
Definition at line 17 of file ElemStiffMatP1.m.