MESH toolbox  0.1
Matlab/Octave mesh utils
 All Files Functions Groups Pages
EdgeLengthOpt.m File Reference

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.
 

Detailed Description

Compute length of boundary edges.

Definition in file EdgeLengthOpt.m.

Function Documentation

function lbe = EdgeLengthOpt (   be,
  q 
)

Compute length of boundary edges.

Parameters
be$2\times\nbe$ int32 array, $\be(\jl,k)$ index of storage, in the array $\q$, of the $\jl$-th vertex of the edge of index $k$, $\jl\in\{1,2\}$ and $k\in\{1,\hdots,\nbe\}.$ Also noted $\be$.
q$2\times\nq$ array, ${\q}(\il,j)$ is the $\il$-th coordinate of the $j$-th vertex, $\il\in\{1,2\}$ and $j\in\{1,\hdots,n_q\}.$ Also noted $\q$.
Return values
lbe$1\times\nbe$ array, lbe(k) is the length of edge k.

Definition at line 17 of file EdgeLengthOpt.m.