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 ghosted entities #341

Open
joshia5 opened this issue Mar 9, 2020 · 2 comments
Open

Visualization of ghosted entities #341

joshia5 opened this issue Mar 9, 2020 · 2 comments

Comments

@joshia5
Copy link

joshia5 commented Mar 9, 2020

In an attempt to create a single layer of ghost elements with mesh vertices defined as the bridge entity for this mesh(containing 4 mesh parts):
Screenshot from 2020-03-09 17-01-40

when I visualize the resultant mesh for a single mesh part in Paraview after the ghosting API call,
Screenshot from 2020-03-09 17-20-30
from the Information' tab I can see that each mesh part contains information about ghosted entities (also confirmed by printing number of local entities)
Screenshot from 2020-03-09 17-14-23
but it is not displayed in the render view

@ibaned
Copy link
Collaborator

ibaned commented Mar 16, 2020

I'm not sure why this is happening, but you can try to change the GhostLevel that Omega_h prints in the VTK files:
https://github.com/SNLComputation/omega_h/blob/master/src/Omega_h_vtk.cpp#L739

@joshia5
Copy link
Author

joshia5 commented May 19, 2020

I changed the Ghostlevel passed through api call and printed it's value which gets printed in vtk file and tried on finer mesh but the same result. Next thing to do can be to see whether the ghosted entities' data (the connectivity, coordinates, ids, etc of the ghosted entities) is written to vtk file.

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

2 participants