<div dir="ltr">Hello!<div><br></div><div>This is my first time using a mailing list so I hope im doing it right.</div><div><br></div><div>Im working on a project where I write information from a physics engine into a HDF5 file, generate a XDMF file from a python script that connects to the HDF5 data and then open the xml file in paraview to plot it. Right now I have a 3D-grid with position points and velocities and this works fine, it steps forward in time and moves just as expected.</div>
<div><br></div><div>The positions are for example </div><div>&lt;Attribute Center=&quot;Node&quot; Name=&quot;position&quot; Type=&quot;Vector&quot;&gt;<br></div><div>in the xml file.</div><div><br></div><div>The problem arises when I have a single scalar value for each time-step that I want to plot against time. I connect it through xdmf as such</div>
<div>&lt;Attribute Center=&quot;Grid&quot; Name=&quot;anMomBW&quot; Type=&quot;Scalar&quot;&gt;<br></div><div><br></div><div>as far as I understand this should be one value per time step for the entire grid. It shows up in paraview as a global value (I think, it has another symbol atleast) under data arrays. I have tried alot of different plot options such as &quot;plot global variables over time&quot; but cant locate the variable.</div>
<div><br></div><div>Any help would be appreciated, Thanks </div><div>//Johan</div></div>