Replies: 2 comments 3 replies
|
I'm not 100% sure but this may be a limitation of the ParaView format -- only uniformly-spaced (in reference space) nodes are supported. @pazner or @mlstowell, do you know if that is actually the case? |
|
With ParaView's high-order output, only equispaced nodes are supported. This is a limitation of the VTK Lagrange functionality. If you want to output exactly the solution values at the high-order nodes, the way to achieve this is to set the levels of detail corresponding to your polynomial degree, disable high-order output, and call |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have tried to output the solution using Paraview and although I set it HigherOrderOutput to true what it gave was a grid with the same refinement level of the order of the mesh used for the solution but the nodes are equispaced in the output and not the actual grid used for the simulation. Is there a way we can get the actual quadrature grid with connectivity and the solution at those points during simulation?
All reactions