I have an xdmf file with two variables, the deformation and the stress. My goal is to see the deformed domain coloured by the stress. When I open the file with Paraview (5.9.0-RC2) the plot remains in grey. The variables are renamed “variable (partial)”. I tried to use ExtractBlock and AppendAttribute without success. Thank you for your help
linearElasticity_deformationAndVonMises.h5 (106.2 KB)
The problem is that your data is structured to have two blocks, one with the deformation field and one with the Von Mises field. You can see that if you load the data using the Xdmf3 Reader T reader and inspect the blocks.
There are ways to get around that in ParaView, but the best solution is to fix your .xdmf file to put everything in one block. I don’t know much about the XDMF schema, but Codex fixed your file for me: