![]() |
OptFEM2D
0.1
Matlab optimized FEM2D
|
Computation of the element weight mass matrix for a triangle with area area
.
More...
Go to the source code of this file.
Functions | |
function AElem = | ElemMassWMatP1 (area, w) |
Computation of the element weight mass matrix for a triangle with area area . | |
Computation of the element weight mass matrix for a triangle with area area
.
Definition in file ElemMassWMatP1.m.
function AElem = ElemMassWMatP1 | ( | area, | |
w | |||
) |
Computation of the element weight mass matrix for a triangle with area area
.
area | triangle area |
w | weight function values at the triangle vertices |
AElem | ![]() |
Definition at line 17 of file ElemMassWMatP1.m.