Mentions légales du service

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

Provide a cache for the weights in GetInterpolatedPointId

For nonlinear elements with nonlinear subdivision > 1,
the surface is triangulated and GetInterpolatedPointId is called for each triangle corner.
This function was before allocating each time a vector for the weights.
We now move this allocation outside of this function,
 such that the allocation is done only once per unstructured grid.
So the weight is now part of that function argument list.
The old function has been marked as VTK_DEPRECATED_IN_9_1_0
parent 1d9795ae
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.
Please register or to comment