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,841
    • Issues 1,841
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 86
    • Merge requests 86
  • 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

An update will be applied May 24th, between 12PM and 1PM EDT (UTC -400). The site may be slow during that time.

  • ParaView
  • ParaViewParaView
  • Issues
  • #10615

Closed
Open
Created Apr 26, 2010 by Kitware Robot@kwrobotOwner

2D AMR data is not read correctly causing iso-contour lines to be drawn at all levels regardless of overlaps

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


In ParaView-3.8.0-RC1/VTK/Filtering/vtkHierarchicalBoxDataSet.cxx

line 291:

    vtkAMRBox coarsebox(3,boxVec,boxVec+3);

wrongly assumes we are always dealing with 3D grids, because it creates a coarse box of dimensionality 3, instead of looking at the current box' Dimensionality.

The side effect is that when running with 2D data, we get messages like that

Generic Warning: In /local/apps/ParaView-3.8.0-RC1/VTK/Filtering/vtkAMRBox.cxx, line 625 This box cannot be coarsened

due to the fact that the sanity check on the 3rd dimension fails.

vtkAMRBox returns and the Visibility arrays are wrong.

The consequence is that isocontour lines are duplicated over ALL levels without visibility arrays.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking