Skip to content
Discussion options

You must be logged in to vote

You would need to use the "Polyvertex" topology type. Here is an example file.

<?xml version="1.0" ?>
<!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []>
<Xdmf Version="2.0">
 <Domain>
   <Grid Name="points" GridType="Uniform">
     <Topology TopologyType="Polyvertex" Dimensions="7161" NodesPerElement="1">
       <DataItem Format="HDF" Dimensions="7161" NumberType="Int">
        mesh.h5:/Indexes
       </DataItem>
     </Topology>
     <Geometry Type="XYZ">
       <DataItem Format="HDF" Dimensions="7161 3" NumberType="Float">
        mesh.h5:/XYZ
       </DataItem>
     </Geometry>
     <Attribute Name="VelocityZ" AttributeType="Scalar" Center="Node">
       <DataItem Format="HDF" Dimensions="7161" Numb…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Mreichert91
Comment options

@brugger1
Comment options

@CsatiZoltan
Comment options

Answer selected by Mreichert91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants