![]() |
OptFEM2DP1 Toolbox
V1.2b3
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
Computation of areas of triangles in the mesh. More...
Go to the source code of this file.
Functions | |
| function area = | ComputeAreaOpt (q, me) |
| Computation of areas of triangles in the mesh. | |
Computation of areas of triangles in the mesh.
Definition in file ComputeAreaOpt.m.
| function area = ComputeAreaOpt | ( | q, | |
| me | |||
| ) |
Computation of areas of triangles in the mesh.
| q | Array of vertices coordinates, array. is the -th coordinate of the -th vertex, and |
| me | Connectivity array, array. is the storage index of the -th vertex of the -th triangle in the array of vertices coordinates, and . |
| area | Array of areas, array. area(k) is the area of the -th triangle. |
| Copyright | See License issues |
Definition at line 17 of file ComputeAreaOpt.m.