Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
O
ogs
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 36
    • Issues 36
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 27
    • Merge Requests 27
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ogs
  • ogs
  • Merge Requests
  • !3213

Merged
Opened Nov 04, 2020 by Karsten Rink@rinkkMaintainer

VTK legacy support for unstructured grids

  • Overview 1
  • Commits 2
  • Pipelines 1
  • Changes 6

I've added support for VTK legacy files, although unstructured grids only. This is useful because

  • QGIS has vtk legacy output
  • GMSH has vtk legacy output

The original plan was to generally replace gmsh's own format with vtk. However, apparently GMSH doesn't output physical groups into vtk format. So for now I've only switched geometry surface conversion to vtk-format because it definitely doesn't matter there. For general meshing via GMSH it's probably worth discussing if we should switch or not... or if there is a way to output physical groups somehow.

Assignee
Assign to
Reviewer
Request review from
6.3.3
Milestone
6.3.3 (Past due)
Assign milestone
Time tracking
Reference: ogs/ogs!3213
Source branch: VTKLegacy