![]() |
OptFEM2DP1 Toolbox
1.2b4
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
Computation of the maximal value of edge lengths. More...
Go to the source code of this file.
Functions | |
| function h = | GetMaxLengthEdges (q, me) |
| Computation of the maximal value of edge lengths. | |
Computation of the maximal value of edge lengths.
Definition in file GetMaxLengthEdges.m.
| function h = GetMaxLengthEdges | ( | q, | |
| me | |||
| ) |
Computation of the maximal value of edge lengths.
| q | Array of vertices coordinates, array. is the -th coordinate of the -th vertex, and |
| me | Connectivity array, array (int32). is the storage index of the -th vertex of the -th triangle in the array of vertices coordinates, and . |
| h | maximal length of an edge in the mesh |
| Copyright | See License issues |
Definition at line 17 of file GetMaxLengthEdges.m.