-
- Downloads
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
Showing
- Filters/Verdict/Testing/Cxx/MeshQuality.cxx 83 additions, 0 deletionsFilters/Verdict/Testing/Cxx/MeshQuality.cxx
- Filters/Verdict/vtkMeshQuality.cxx 156 additions, 83 deletionsFilters/Verdict/vtkMeshQuality.cxx
- Filters/Verdict/vtkMeshQuality.h 15 additions, 0 deletionsFilters/Verdict/vtkMeshQuality.h
Loading
Please register or sign in to comment