<div dir="ltr">Dear All,<div><br></div><div>I run a FEM simulation in FEniCS to obtain two output files. One is of .vtu format and the other is of .xdmf format. </div><div><br></div><div>However, because I do parallel processing, in the former case, I actually obtain different .vtu files for different processors, a single .pvtu file and  a single .pvd file. In the latter case, I obtain a single .xdmf and a .h5 file.</div><div><br></div><div>Both simulations are 2D, and if you open the spreadsheet format in Paraview, you see something like this:</div><div><br></div><div><img src="cid:ii_ivx4av1u0_1589920d66309afe" width="544" height="283"><br>​<br></div><div>I need to do some post processing on the solution vectors 'u' and 'v'. You may also refer to them as 'ux' and 'uy' OR "f_18_1" and "f_18_2". Therefore, I need to import it in MATLAB. To do that, in ParaView, I first go to menu >> save data >> save file in CSV format for all points. The csv file I am looking at gives me 6 columns - Coordinate X, Y, Z, Solution ux, uy, uz. Here Z and uz are zero vectors. How can I also get the node number for the given node coordinates, and how can I get the elemental nodal connectivity? Any help is greatly appreciated!</div><div><br></div><div>Thanks in advance!</div><div>Chaitanya</div></div>