Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O ogs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 112
    • Issues 112
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 43
    • Merge requests 43
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ogsogs
  • ogs
  • Merge requests
  • !4294

A new application, pvtu2vtu

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged wenqing requested to merge wenqing/ogs:merge_vtus into master Sep 27, 2022
  • Overview 92
  • Commits 5
  • Pipelines 24
  • Changes 18

pvtu2vtu merges VTU files of PVTU into one single VTU file. Apart from the mesh data, all property data are merged as well by using this utility.

Utility removeGhostData also merges VTU files. It uses VTK functions to merge VTU files of PVTU. However, field data such as integration point data, are not supported in PVTU (see: https://kitware.github.io/vtk-examples/site/VTKFileFormats/#punstructuredgrid), meanwhile the ghost elements are not removed from the merged vtu files.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added? A test is included (see the merged mesh below). merged_mesh
  3. Any new feature or behavior change was documented?
Edited Oct 10, 2022 by wenqing
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: merge_vtus