I’m new in Paraview, and I’m having difficulties displaying exported results from a FEM analysis in 2D. At the moment, I have 2 files. One for nodal values and the other for stress points. When I display values from the nodal file, the color map for a certain property is displayed continuously. However, when I try to display a property from the cell or stress point field, the color map is only shown at the stress points and not continuously, as is the case with the nodal. Is there a way to change this?
ParaView offers several filters to create quadrature points and to interpolate point data onto these quadrature points:
Generate Quadrature Points
Generate Quadrature Scheme Dictionary
Interpolate to Quadrature Points
Conversely, there is an absence of a filter capable of extrapolating or interpolating values from quadrature points to the point data in the mesh, which is your requirement. To achieve this, it is advisable to verify whether your FEM solver provides such an output option or consider developing a new program to facilitate this functionality.