![]() |
MESH toolbox
0.1
Matlab/Octave mesh utils
|
Compute length of boundary edges. More...
Go to the source code of this file.
Functions | |
| function lbe = | EdgeLengthOpt (be, q) |
| Compute length of boundary edges. | |
Compute length of boundary edges.
Definition in file EdgeLengthOpt.m.
| function lbe = EdgeLengthOpt | ( | be, | |
| q | |||
| ) |
Compute length of boundary edges.
| be | int32 array, index of storage, in the array , of the -th vertex of the edge of index , and Also noted . |
| q | array, is the -th coordinate of the -th vertex, and Also noted . |
| lbe | array, lbe(k) is the length of edge k. |
Definition at line 17 of file EdgeLengthOpt.m.