Skip to content
Snippets Groups Projects
Commit 16d2d35b authored by Yohann Bearzi (Kitware)'s avatar Yohann Bearzi (Kitware)
Browse files

vtkMeshQuality: Adding partial support for non linear cells

The filter now has an optional flag `LinearApproximation`, which, if
turned on, computes cell quality for non-linear cells, which are treated
as if they were linear. This computation is dumped into a second output
array.

In addition, unsupported cell types now output NaN, so the user can know
when no quantity has been computed.

Adresses paraview/paraview#20805
parent 5b41f563
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment