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

Visualization of the polyhedral mesh data #1

Open
yongjia0212 opened this issue May 23, 2023 · 2 comments
Open

Visualization of the polyhedral mesh data #1

yongjia0212 opened this issue May 23, 2023 · 2 comments
Assignees

Comments

@yongjia0212
Copy link

I am writing to inquire about visualizing polyhedral mesh data. I have been able to successfully compile the data in my programming environment, but I'm unsure of how to go about visualizing it. Specifically, I am wondering if using a .vcg file is the appropriate solution and if so, how I can use it to render the mesh data.

If a .vcg file is indeed a viable solution, could you please advise me on how best to use it to visualize the polyhedral mesh data? If not, could you guide me towards alternative methods for achieving this task?

Thank you very much for your time and assistance. I look forward to hearing back from you soon.

@wandadars
Copy link

Any luck with this? I'm hoping the outputs are fairly standard.

@jehsharp
Copy link
Collaborator

jehsharp commented May 3, 2024

Hello all, sorry for the late response. We typically visualize using the generated exodus file (.exo) and using a tool called Paraview (you can obtain a copy of it here: https://www.paraview.org/).

Once you get it installed using Paraview is hopefully simple. Once you are running Paraview, you would do a file -> open which is found on the topmost toolbar and then you would locate your exodus mesh and open it.

The only catch I have run in to is that on some of the latest versions of Paraview you will have to install a "LegacyExodusReader" plugin and view the meshes using that option. If you need to use the legacy reader than you would open your mesh as you would normally, except you will see a prompt that will ask how you want to open. Choose the Legacy Reader there.

I also know that some of my colleagues here use another tool for mesh visualization called cubit (https://cubit.sandia.gov/) but I am not very familiar with this product. Some people really like it for viewing meshes, so that would also be worth checking out.

Again, sorry for the late response and please do let me know if you need any additional help!

@jehsharp jehsharp self-assigned this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants