![]() |
OptFEM2DP1 Toolbox
V1.2b3
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
Computation of areas of triangles in the mesh - Basic version. More...
Go to the source code of this file.
Functions | |
function area = | ComputeArea (q, me) |
Computation of areas of triangles in the mesh - Basic version. | |
Computation of areas of triangles in the mesh - Basic version.
Definition in file ComputeArea.m.
function area = ComputeArea | ( | q, | |
me | |||
) |
Computation of areas of triangles in the mesh - Basic version.
q | Array of vertices coordinates, ![]() ![]() ![]() ![]() ![]() ![]() |
me | Connectivity array, ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
area | Array of areas, ![]() ![]() |
Definition at line 17 of file ComputeArea.m.