![]() |
OptFEM2DP1 Toolbox
V1.2
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
Computation of the element mass matrix for -Lagrange finite elements.
More...
Go to the source code of this file.
Functions | |
function AElem = | ElemMassMat2DP1 (area) |
Computation of the element mass matrix for ![]() |
Computation of the element mass matrix for -Lagrange finite elements.
Definition in file ElemMassMat2DP1.m.
function AElem = ElemMassMat2DP1 | ( | area | ) |
Computation of the element mass matrix for -Lagrange finite elements.
area=1/2.; AElem=ElemMassMat2DP1(area);
area | triangle area |
AElem | Element mass matrix, ![]()
|
Definition at line 17 of file ElemMassMat2DP1.m.