Skip to content
GitLab
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,960
    • Issues 1,960
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 95
    • Merge requests 95
  • 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
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #19915
Closed
Open
Issue created May 11, 2020 by Daniel Livingston@daniellivingston

Side set rendering issues for Exodus polyhedral elements

Issue

When trying to render side sets for a general polyhedra mesh, ParaView will either crash or throw an error (log at bottom of issue). The mesh geometry itself is rendered fine. Mesh attached.

ats_four_polyview_noclip ats_four_polyview_clip

Files

  • four_polygon.exo
  • basic_ats_example.exo

System Information

  • Paraview v5.8
  • macOS 10.14.6

Potentially related issues

  • #19404 (closed)
  • #16123
  • #18783

Traceback

ERROR: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/IO/Exodus/vtkExodusIIReader.cxx, line 2672
vtkExodusIIReaderPrivate (0x7ff1e3d310f0): Unable to fetch side set "bottom" (1) node list

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/IO/Exodus/vtkExodusIIReader.cxx, line 1465
vtkExodusIIReaderPrivate (0x7ff1e3d310f0): Set wasn't present in file? Working around it. Expect trouble.

ERROR: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/IO/Exodus/vtkExodusIIReader.cxx, line 2672
vtkExodusIIReaderPrivate (0x7ff1e3d310f0): Unable to fetch side set "surface" (2) node list

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/IO/Exodus/vtkExodusIIReader.cxx, line 1465
vtkExodusIIReaderPrivate (0x7ff1e3d310f0): Set wasn't present in file? Working around it. Expect trouble.

ERROR: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/IO/Exodus/vtkExodusIIReader.cxx, line 2672
vtkExodusIIReaderPrivate (0x7ff1e3d310f0): Unable to fetch side set "external_sides" (3) node list

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/IO/Exodus/vtkExodusIIReader.cxx, line 1465
vtkExodusIIReaderPrivate (0x7ff1e3d310f0): Set wasn't present in file? Working around it. Expect trouble.

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/Common/DataModel/vtkDataSet.cxx, line 476
vtkUnstructuredGrid (0x7ff1e51cd630): Cell array ObjectId with 1 components, has 4 tuples but there are only 0 cells

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/Common/DataModel/vtkDataSet.cxx, line 476
vtkUnstructuredGrid (0x7ff1e51cd630): Cell array SourceElementId with 1 components, has 4 tuples but there are only 0 cells

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/Common/DataModel/vtkDataSet.cxx, line 476
vtkUnstructuredGrid (0x7ff1e51cd630): Cell array SourceElementSide with 1 components, has 4 tuples but there are only 0 cells

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/Common/DataModel/vtkDataSet.cxx, line 476
vtkUnstructuredGrid (0x7ff1e51ce110): Cell array ObjectId with 1 components, has 4 tuples but there are only 0 cells

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/Common/DataModel/vtkDataSet.cxx, line 476
vtkUnstructuredGrid (0x7ff1e51ce110): Cell array SourceElementId with 1 components, has 4 tuples but there are only 0 cells

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/Common/DataModel/vtkDataSet.cxx, line 476
vtkUnstructuredGrid (0x7ff1e51ce110): Cell array SourceElementSide with 1 components, has 4 tuples but there are only 0 cells

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/Common/DataModel/vtkDataSet.cxx, line 476
vtkUnstructuredGrid (0x7ff1e51d2230): Cell array ObjectId with 1 components, has 110 tuples but there are only 0 cells

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/Common/DataModel/vtkDataSet.cxx, line 476
vtkUnstructuredGrid (0x7ff1e51d2230): Cell array SourceElementId with 1 components, has 110 tuples but there are only 0 cells

Warning: In /Users/kitware/dashboards/buildbot-slave/a64f5607/build/superbuild/paraview/src/VTK/Common/DataModel/vtkDataSet.cxx, line 476
vtkUnstructuredGrid (0x7ff1e51d2230): Cell array SourceElementSide with 1 components, has 110 tuples but there are only 0 cells
Edited May 11, 2020 by Daniel Livingston
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking