Skip to content

Differenciate Overlapping and Non-Overlapping AMR for Contour optimization

Nicolas Vuaille requested to merge nicolas.vuaille/paraview:AMRContour into master
  • vtkPVContourFilter has a dedicated code path for NonOverlappingAMR. Input of this filter should specify exactly this kind of AMR, so others AMR (like Overlapping) will be treated as Composite by the executive, leading to a loop over each block.

Solves #21501 (closed)

Merge request reports