-
Notifications
You must be signed in to change notification settings - Fork 66
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
mixed element braid example fails to render due to shape map entries #1490
Comments
I can't speak authoritatively on what the issue might be in Ascent, but in VisIt we added mixed element topology support to the Blueprint reader in our latest release, 3.4.2. Which version of VisIt were you using when you saw the error? |
Thanks @JustinPrivitera , visit 3.4.2 works; I was on 3.4.1 which didn't. So the braid example containing polyhedra fails in the ascent render with the original error. A different mixed element mesh without polyhedra looks like it works correctly, except that sliced fields show blank images. |
I can confirm that we do not yet support polyhedral mixed topologies in Ascent. We may look to add that support in a future release, but not the most imminent release which is coming shortly. |
The main mixed element case I'm interested in doesn't have polyhedral elements. This example is comprised of tet, pyramid, and wedge. I can render a field on the full mesh correctly: And I can show a mesh on a slice pipeline correctly: but the same setup for the field renders a blank black screen (or the mesh+black if i also add the mesh) |
Hmm odd. @mlohry could you share an extract and your actions file? |
|
Thanks for the info @mlohry, I'm seeing what you're seeing. I will let you know what I find out. |
Using the example mesh
conduit::blueprint::mesh::examples::braid("mixed", 16, 16, 16, mesh);
and attempting to render results in the error:
i.e. the polyhedral type looks unsupported, at least when mixed with standard shapes.
Exporting the HDF5 for this and trying to load in visit also hits an error when trying to load/render the mesh:
braid with all tets or other element types works as expected.
The text was updated successfully, but these errors were encountered: