Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
VTK
VTK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 593
    • Issues 593
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 153
    • Merge Requests 153
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Merge Requests
  • !1255

Closed
Created Feb 21, 2016 by Armin Wehrfritz@awehrfritzContributor
  • Report abuse
Report abuse

Add xdmf polyhedron support

  • Overview 18
  • Commits 6
  • Changes 1

This adds support for Polyhedron cells to Xdmf3

Elements of type Polyhedron (i.e. N face cells, where each face is a M edge polygon) are in the following format: [nCellFaces, nFace0Pts, id0_0, id0_1, ..., nFace1Pts, id1_0, id1_1, ..., ...]

An XDMF example file containing 2 polyhedron and 2 hexahedron cells is attached together with two python scripts that test the conversion from .xmf to .vtu and back. polyhedron.xmf testXdmfToVtk.py testVTKtoXdmf.py runTest.sh

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: add_xdmf_polyhedron_support