<div dir="ltr">Hello,<div><br></div><div>I have a NxNxN (N=512) cube data stored in multiple h5 format files for a time varying solution. I read it in Paraview using a xmf file. I am able to make a time varying movie of a particular iso-surface using the xmf file.</div>
<div><br></div><div>For each time step I have a particular node, say (x*, y*, z*), which I want to highlight (using a sphere, for example). I have all these coordinates stored in a another file. Can anyone please suggest me, how can I make a movie where these particular nodes are highlighted along with the iso-suface movie?</div>
<div><br></div><div style>Thank you,</div><div style>Pradeep</div><div style><br></div><div style>My present xmf file looks like this:</div><div style><br></div><div><?xml version="1.0" ?> </div><div><!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []> </div>
<div><Xdmf Version="2.0"> </div><div> <Domain> </div><div> <Grid Name="Box" GridType="Collection" CollectionType="Temporal"> </div><div> <Grid Name="mesh1" GridType="Uniform"> </div>
<div> <Topology TopologyType="3DCoRectMesh" Dimensions="512 512 512"/> </div><div> <Geometry GeometryType="ORIGIN_DXDYDZ"> </div><div> <DataItem DataType="Float" Dimensions="3" Format="XML">0.0 0.0 0.0</DataItem> </div>
<div> <DataItem DataType="Float" Dimensions="3" Format="XML">0.1 0.1 0.1</DataItem> </div><div> </Geometry> </div><div> <Time Value="00000" /> </div>
<div> <Attribute Name="vor" AttributeType="Scalar" Center="Node"> </div><div> <DataItem Dimensions="512 512 512" NumberType="Float" Precision="4" Format="HDF"> </div>
<div> filename0.h5:/variable </div><div> </DataItem> </div><div> </Attribute> </div><div> </Grid> </div><div> <Grid Name="mesh1" GridType="Uniform"> </div>
<div> <Topology TopologyType="3DCoRectMesh" Dimensions="512 512 512"/> </div><div> <Geometry GeometryType="ORIGIN_DXDYDZ"> </div><div> <DataItem DataType="Float" Dimensions="3" Format="XML">0.0 0.0 0.0</DataItem> </div>
<div> <DataItem DataType="Float" Dimensions="3" Format="XML">0.1 0.1 0.1</DataItem> </div><div> </Geometry> </div><div> <Time Value="00006" /> </div>
<div> <Attribute Name="vor" AttributeType="Scalar" Center="Node"> </div><div> <DataItem Dimensions="512 512 512" NumberType="Float" Precision="4" Format="HDF"> </div>
<div> filename6.h5:/variable </div><div> </DataItem> </div><div> </Attribute> </div><div style> </Grid> </div><div style> ******many blocks like these************</div><div style>
<div> </Grid> </div><div> </Domain> </div><div></Xdmf> </div><div><br></div><div><br></div><div style>And the points I want to highlight have coordinates like this:</div><div style><br></div><div style>
<div> 00000 241 54 310</div><div> 00006 241 54 308</div><div> 00012 240 55 310</div><div> 00018 239 55 310</div><div> 00024 261 294 395</div>
<div> 00030 256 373 32</div><div> 00036 257 372 32</div><div> 00042 257 371 32</div><div> 00048 258 370 32</div><div> 00054 258 369 32</div>
</div></div></div>