# FEM data at gauss points

**URL:** https://discourse.paraview.org/t/fem-data-at-gauss-points/6065
**Category:** ParaView Support
**Created:** [December 15, 2020, 1:14pm UTC](https://discourse.paraview.org/t/fem-data-at-gauss-points/6065 "2020-12-15T13:14:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Janikus](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/j/7ea924/32.png) [@Janikus](https://discourse.paraview.org/u/Janikus)
#### Post date: [December 15, 2020, 1:14pm UTC](https://discourse.paraview.org/t/fem-data-at-gauss-points/6065/1 "2020-12-15T13:14:52Z")

</div>

Hi all,

I have written an FEM - Programm for bilinear quadrilateral Elements for structual analysis. As a preprocessor I am using GMSH, the processor is written in Matlab and I’d like to use ParaView as the postprocessor. Everything is working fine so far, but the last two days I tried getting to visualize the element-stress to work. The output of my calculated stress is at the gauss points. I searched for similar Problems, but I haven’t found a solution. I can generate the quadrature points in ParaView but I can’t get the according data visualized. So far I have put the stress data as FieldData.

My question is: Is it possible to assign my stress-data to the gauss points ( I have the stress data at each gauss point and in each direction)?

The arrachment is a 2x2 ( = 4 ) elemental quboid which is loadad by an lineload on the right side.  
[example.vtu](https://discourse.paraview.org/uploads/short-url/mvS9ZxG5LBMRYNVAwldWJenIlFr.vtu) (7.5 KB)

Thank you so much in advance!

Best  
Jan
