Skip to content

Splitted contour surface #19079

Discussion options

You must be logged in to vote

I'd bet Paraview is using the mesh coordinate data to do the clean operation. In general, using mesh coordinates can be unreliable because different processors do not necessarily guarantee that the logically identical node on different processors has the numerically identical coordinate values. There is often some minor numerical differences which then makes judging whether a given node that is duplicated across processor boundaries is intended to be the same logical node or not more guesswork than algorithmic.

In VisIt, we require explicit information from the data producer for this. It can take the form of either ghost nodes or zones (or, see vtk ghost nodes or zones) or global node and…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yohei-sato-psi
Comment options

Answer selected by markcmiller86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants