[Paraview-developers] Visualization field data at Gauss Points

David E DeMarle dave.demarle at kitware.com
Wed Aug 3 10:18:44 EDT 2016


http://www.vtk.org/Wiki/images/7/78/VTK-Quadrature-Point-Design-Doc.pdf

Seems we can interpolate onto the points, but I am not aware of anything
in-built that interpolates from them.

For that your approach seems reasonable as would a splatting technique. I
might suggest apply a resample filter to get the interpolated values back
onto the original unstructured mesh. In either case the interpolation will
be pretty simplistic.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Sun, Jul 31, 2016 at 5:38 PM, sumeet kumar <sumeet.kumar507 at gmail.com>
wrote:

> I have a unstructured mesh with different types of elements like (quads,
> hexahedrons, tets etc). I have also gauss points associated with these
> elements and there are field data ( like stress, strain ) associated with
> gauss points only while displacements, velocity are associated with nodes.
> The nodal data can be easily be visualized and interpolated in para-view.
>
> Is there any way in paraview, to visualize data located at gauss points
> and interpolate it accordingly within the element and over nearby connected
> elements?
>
> I have the with me the location of all gauss points, the entire
> unstructured mesh (comprising of nodes and element). I also have the
> information about collection of gauss points belonging to the element.
>
> Since I do not had a solution for this. What am I currently doing is
> generating a Delaunchy3D mesh from the gauss points and then visualizing
> the field data in paraview.
>
> Best
> Sumeet
> --
>
> Sumeet Kumar Sinha
> Graduate Student
> Phone: (+1)  <%28%2B91%29%209910516219>5306018271
> Website : http://www.sumeetsinha.in/
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at:
> http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20160803/59ef96aa/attachment.html>


More information about the Paraview-developers mailing list