Skip to content
Snippets Groups Projects
Commit 0769d8f7 authored by George Zagaris's avatar George Zagaris
Browse files

ENH: MPI structured data extraction filters

This commit introduces new filters, vtkPExtractGrid, vtkPExtractVOI
and vtkPExtractRectilinearGrid. Each filter, extends the corresponding
serial filter, i.e., vtkExtractGrid, vtkExtractVOI and
vtkExtractRectilinearGrid, respectively. The parallel versions of the
filter add proper handling for distributed datasets. When sub-sampling,
a gap across partitions may be introducted. The filters use the
vtkStructuredImplicitConnectivity class to communicate the data across
process boundaries and resolve the gap.

Change-Id: I2b2a5ecd5841adceee4e30aecd30d485ecfff5df
parent ef1611f7
No related branches found
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.
Finish editing this message first!
Please register or to comment