Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1d9795ae authored by Florian Maurin's avatar Florian Maurin
Browse files

Avoiding to interpolate several times the same point for Bezier surface

In vtkDataSetSurfaceFilter, nonlinear elements are triangulated.
For Bezier element, interpolation was performed for each corner of each triangle.
Since a triangle corner is often shared with other triangle corners, we are doing unnecessary interpolations.
The fix use the PointMap to check if a point has been already treated or not.
parent 9f94c2e7
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment