![]() |
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 | ![]() |
q2 | ![]() |
q3 | ![]() |
area | triangle area |
AElem | ![]() |
Definition at line 17 of file ElemStiffMatP1.m.