Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,860
    • Issues 1,860
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 94
    • Merge requests 94
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #19608
Closed
Open
Created Jan 22, 2020 by David E. DeMarle@demarleDeveloper

XDMF3 RectilinearGrid with HyperSlabbed coordinate arrays are not working.

Files like this:

  <Topology Type="2DRectMesh" NumberOfElements="5 5"/>

  <Geometry Type="VXVY">

    <DataItem ItemType="HyperSlab" Dimensions="5" Type="HyperSlab" ><DataItem Dimensions="3 2" NumberType="Int" Format="XML">0 0 1 1 1 5</DataItem>

      <DataItem Format="HDF" Dimensions="4 5" Name="x" NumberType="Float" Precision="8">

        test.hdf5:/Locations/x</DataItem>

      </DataItem>

    <DataItem ItemType="HyperSlab" Dimensions="5" Type="HyperSlab" ><DataItem Dimensions="3 2" NumberType="Int" Format="XML">0 0 1 1 1 5</DataItem>

      <DataItem Format="HDF" Dimensions="4 5" Name="y" NumberType="Float" Precision="8">

        test.hdf5:/Locations/y</DataItem>

      </DataItem>

  </Geometry>

  </Grid>

Are were found to work in Xdmf2, but not in Xdmf3 such that the X and Y coordinate arrays are nonsensical when read. It should work in either generation of the reader.

Edited Jan 22, 2020 by David E. DeMarle
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking