Skip to content

Commit

Permalink
Merge topic 'parallel_connectivity_vtk_bump'
Browse files Browse the repository at this point in the history
faa9127 Added docs on recently parallelized connectivity filter
32893e6 Swap out serial connectivity filter with parallel version

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Merge-request: !2077
  • Loading branch information
utkarshayachit authored and kwrobot committed Dec 10, 2017
2 parents 33615b8 + faa9127 commit 81f25a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Documentation/release/dev/parallel-connectivity-filter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Connectivity filter runs correctly in parallel

The Connectivity filter has been updated to run correctly in parallel. It
continues to work in serial as well.
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ found and the point will be rejected.</Documentation>
<!-- End Delaunay3d -->
</SourceProxy>
<!-- ==================================================================== -->
<SourceProxy class="vtkConnectivityFilter"
<SourceProxy class="vtkPConnectivityFilter"
label="Connectivity"
name="PVConnectivityFilter">
<Documentation long_help="Mark connected components with integer point attribute array."
Expand Down

0 comments on commit 81f25a5

Please sign in to comment.