Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Higher-order paraview/vtk output #53

Closed
stefanhenneking opened this issue Aug 3, 2022 · 1 comment · Fixed by #121
Closed

Higher-order paraview/vtk output #53

stefanhenneking opened this issue Aug 3, 2022 · 1 comment · Fixed by #121
Assignees
Labels
enhancement New feature or request

Comments

@stefanhenneking
Copy link
Contributor

Add support for higher-order paraview/vtk output data (geometry mesh and solution) in addition to the existing linear output on uniformly h-refined geometry meshes.

@stefanhenneking stefanhenneking added the enhancement New feature or request label Mar 18, 2023
@stefanhenneking
Copy link
Contributor Author

stefanhenneking commented Mar 18, 2023

These features are enabled/disabled in module paraview via global variables:

  • SECOND_ORDER_VIS
  • VIS_VTU

The linear upscaling via module paraview: VLEVEL is still supported but only if SECOND_ORDER_VIS = .false.

Both XDMF and VTU support all element types. However, when SECOND_ORDER_VIS = .true. (higher-order geometry output), then only VTU supports mixed meshes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants