pdetriq
(Not recommended) Triangle quality measure
pdetriq
is not recommended. Use meshQuality
instead.
Syntax
Description
returns a row vector of numbers from 0 through 1 representing the triangle quality of all
the elements of the q
= pdetriq(p
,t
)[p,e,t]
mesh.
pdetriq
evaluates the quality of a triangle as
where a is the area and h1, h2, and h3 are the lengths of the edges of the triangle.
The value 0 corresponds to a degenerate triangle with zero area. The value 1 corresponds to a triangle with h1 = h2 = h3.
Examples
Input Arguments
Output Arguments
References
[1] Bank, Randolph E. PLTMG: A Software Package for Solving Elliptic Partial Differential Equations, User's Guide 6.0. Philadelphia, PA: Society for Industrial and Applied Mathematics, 1990.