Re: [Paraview] paraview display issue on parallel files
Hi, This typically happens when ghost cells are marked improperly or the data set has a node/point partitioning and no cells to bridge between the subdomains (though the point partitioning issue usually happens with finite difference simulations instead of FEM simulations). If you could share your dataset it would be easier to diagnose. Best, Andy On Tue, Sep 5, 2017 at 4:23 PM, Rilin Shen wrote: > Dear all, > > I'm very happy to meet all of you in this society. > > I use a finite element software with multiprocessors(40) to solve > problems. > > All the .vtu files. associated with each processor are output and then a > file .pvtu is generated. > > The original file is displayed perfectly as shown in bone.png. However, > when I try to cut it with a plane, it occurs the following issue as > clip.png, It seems not be displayed correctly. > > Would you please tell me what happened to my data? > > Best regards, > > Rilin Shen > Division of Solid Mechanics, School of Astronautics > *Harbin Institute of Technology*, Harbin 150001, China > Civil Engineering & Engineering Mechanics > *Columbia University*, New York 10027, U.S. > Tel: (+1) 646-200-2122 <(646)%20200-2122> > Email: shenri...@gmail.com / rs3...@columbia.edu > > ___ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > > ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
[Paraview] Annotation Arrows?
Hello all, Does anyone know of a way to draw an arrow attached to the view rather than the 3D arrow source? The use of this is to point at a particular structure in the plot and label it with some text (which can be attached to an arbitrary location). Does this functionality exist in Paraview? Thanks, Shuhao ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
Re: [Paraview] Extract region enclosed by isocontour surface and slice
That works great! Thanks! Shuhao On 2017-09-01 12:45 PM, Ross Gardiner wrote: Not sure. The Glyph filter might work? - Ross On 01/09/2017, 17:10, "Shuhao Wu" wrote: Thanks for the help! That worked like a charm. One more question: after I extracted my point of maximum via a programmable filter, I have a PolyData of 1 point only. Is there a way to display this point in the 3D render view? I can't seem to get the point to render via a Geometric Representation. Thanks, Shuhao On 2017-09-01 08:44 AM, Ross Gardiner wrote: > I think you might be able to use the ‘Clip’ filter instead, with the Clip Type set to Scalar. Instead of giving you an isosurface, this will give you the region bounded by an isosurface. > > Thanks, > Ross > > On 31/08/2017, 23:00, "Shuhao Wu" wrote: > > Hello all, > > I'm trying to find a maximum value in a region that's enclosed by an > contour. I've attached an example of this, where the region of interest > is within the black box and the grey surface. Of course, I would first > filter the data to be bounded by the black box before proceeding to > calculate the maximum value. > > I'm not sure if there is an automated way to do this. My idea is to > extract the region based on the intersection of the outer most contour > surface. After extracting the region, I can then find the maximum value > and location fairly easily. > > However, I'm unsure how I can accomplish this as I don't see a filter > that offers functionality like this as it would rely on two input: the > contour and the original data. > > Any advice on this would be greatly appreciated. > > Thanks, > Shuhao > > ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview