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

Can't visualize step-67 output #15421

Closed
bangerth opened this issue Jun 21, 2023 · 2 comments · Fixed by #15436
Closed

Can't visualize step-67 output #15421

bangerth opened this issue Jun 21, 2023 · 2 comments · Fixed by #15436
Milestone

Comments

@bangerth
Copy link
Member

I would love it if someone could see if they can confirm this before the release:

When I run step-67, I end up with .vtu files that I cannot visualize in Visit, both with visit 2.12 and visit 3.3. The program opens the file, but then simply says "The plot did not yield any data" regardless of whether I try to plot the mesh or a pseudocolor representation of any of the solution variables. Do others see this as well?

@bangerth bangerth added this to the Release 9.5 milestone Jun 21, 2023
@kronbichler
Copy link
Member

I checked the output with ParaView (version 5.11.0) and it looks fine on my machine. This program outputs higher-order information,

DataOutBase::VtkFlags flags;
flags.write_higher_order_cells = true;
data_out.set_flags(flags);
I'm not sure of Visit supports high-order output - @bangerth could you please check if this is the case by commenting out the last of this line and try again. If that is the case, I would suggest to add this to the in-code comments (and probably the results section), as other users might have the same experience.

@bangerth
Copy link
Member Author

Yes, that's it. Thanks for pointing it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants