Writing vtk data at Gauss points of cells and displaying it in ParaView

Currently ParaView can interpolate the point data loaded from a vtk file onto Gauss points in order to visualize them. That is wonderful.

Most finite element calculations create data at Gauss points directly, such as stress and strain tensor components. Currently ParaView cannot read tensor data directly at the Gauss points of a cell. The lack of this feature in ParaView is a deal breaker in the finite element analysis community.

Please implement this feature.

2 Likes

Can you share some example screenshot of what you have in mind ?

I have the same problem than you. I have models with stresses at gauss points but I do not how I can write a vtk file with these results at gauss points and how I can open this file with paraview.

I have the same issue. I’m considering to use ParaView to visualize results from our in-house FE software. The in-house software works with various element types (2-node truss elements, 3-node curved beam elements, 8-node curved shell elements, and solid elements. The beam element has two gauss points and a shell element has 4 gauss points where sectional forces are calculated while displacements and reactions are reported in the nodes. When using the visualization module in the in-house software, contour surfaces are interpolated between gauss points using parabolic shape functions.

1 Like