MantisBT - Old ParaView Bugs
View Issue Details
0000370Old ParaView Bugs public2003-11-12 11:322004-01-20 10:48
David Thompson 
Charles Law 
lowminoralways
assignedopen 
0000370: Random Vectors filter not piece invariant
In a parallel job, the Random Vectors filter will assign different random values to the same vertex on different nodes. If you then use a Warp filter, the warped geometry will have discontinuities that a serial job would not have.
No tags attached.
Issue History

Notes
(0000362)
Berk Geveci   
2003-12-18 13:57   
We probably need a pbrownianpoints
(0000518)
Ken Martin   
2004-01-20 10:48   
Probably should use perlin noise as the random source and use the coordinate of the point as the input to the Perlin Noise. (or something like that)