Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • hyteg hyteg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hyteg
  • hyteghyteg
  • Merge requests
  • !594

Allow use of isoparametric elements in VTKOutput for P2Functions

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Marcus Mohr requested to merge mohr/vtk_quadratic_triangle+tetra-mc into master Apr 28, 2023
  • Overview 0
  • Commits 5
  • Pipelines 2
  • Changes 5

The merge introduces a change to the functionality of the VTKOutput class. When writing P2(Vector)Functions the default now is to use VTK_QUADRATIC_TRIANGLE or VTK_QUADRATIC_TETRA as cell type.

The old way to export these functions as P1Functions on a refined mesh is for the moment still supported and can be activated by calling

  • setUseVTKQuadraticTriangle( false ) or
  • setUseVTKQuadraticTetra( false )

on the corresponding VTKOutput object.

Comparison of the old versus the new approach looks good so far. In the following figures the left part shows a visualisation with the old and the right with the new approach:

VTK_Quadratic_Triangle-partialAnnulus

VTK_QUADRATIC_TETRA_3TETS_LVL2-v2

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mohr/vtk_quadratic_triangle+tetra-mc