QUALITYquality provides a collection of mesh quality measures
Any combination of quality_type options may occur
with the volume quality_type, for example:
quality/volume/number_of_bins/itetclr/lt| gt
| eq | ne | xvalue/eltset,get,ename.
EXAMPLES:
quality/ | display volume and aspect ratio |
quality/aspect/ | display aspect ratiodistribution in 7 bins |
quality/aspect/y/ | display aspect ratio distribution and add attribute named aratio |
quality/angle/gt/179/ | return count of elements with a dihedral angle > 179. |
quality/taylor/boron/1.e-10/ | run taylor error estimate and return count of element edge pairs with absolute error greater than value |
quality/volume | output element volume distribution with 5 bins |
quality/volume / 2 | output element volume distribution with 2 bins |
quality/volume/itetclr | loop through itetclr values and report total volume for each material |
quality/volume/lt .03 | count and report element volumes lt .03 |
quality/volume /itetclr/lt .03 | count and report element volumes lt .03 by itetclr value |
quality/volume/eltset,get,e2 | report on element volumes only for those in the set e2 |
quality/volume/itetclr/eltset,get,e2 | report on element volumes only for those in the set e2, loop through each of the itetclr values, report total volume by material for elements in set e2 |