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,842
    • Issues 1,842
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 90
    • Merge requests 90
  • 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
  • #19331

Closed
Open
Created Sep 17, 2019 by Ethan Stam@ethan.stamDeveloper

Write htg as phtg not working on master branch

Tested with master build, MacOS

@sebastien.jourdain @yohann.bearzi I am unable to write .phtg's with the current paraview master branch.

To reproduce:

  • Open paraview
  • Sources -> Hyper Tree Grid (random) -> Apply
  • File -> Save as phtg with default settings

I get the error:

(  20.623s) [paraview        ]vtkDemandDrivenPipeline:813    ERR| vtkPVCompositeDataPipeline (0x7f84e25c7db0): Input for connection index 0 on input port index 0 for algorithm vtkPassSelectedArrays(0x7f84e208be60) is of type vtkHyperTreeGrid, but a vtkDataSet is required.

I added this to vtkPassArrays. It seemed to work, but I'm not sure if it's the right fix...

    info->Append(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkHyperTreeGrid");
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking