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

fix vtk export of fields on mixed grids #800

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

kimauth
Copy link
Member

@kimauth kimauth commented Sep 28, 2023

vtk_point_data seems to be broken for mixed grids in exports like the following since #703

vtk_grid(filename, dh) do vtk
    vtk_point_data(vtk, dh, u)
end

We did not test for this before, added a test now.

@kimauth kimauth added the bugfix label Sep 28, 2023
@kimauth kimauth merged commit 383c0c5 into master Sep 28, 2023
@kimauth kimauth deleted the ka/fix_mixed_grid_vtkexport branch September 28, 2023 09:48
KnutAM added a commit that referenced this pull request Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants