Using the example mesh conduit::blueprint::mesh::examples::braid("mixed", 16, 16, 16, mesh);
and attempting to render results in the error:
message:
Shape Map Entries do not match required VTK-m Shape Ids.
Passed Shape Map:
polyhedral: 42
tet: 10
hex: 12
Supported Shape Map:
tri: 5
quad: 9
tet: 10
hex: 12
point: 1
line: 3
wedge: 13
pyramid: 14
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:
The compute engine running on lancer has exited abnormally.
Shortly thereafter, the following occured...
The Mesh plot of "mesh_mesh" for the file "all_output_braid.cycle_000100.root" could not be generated by the compute engine on host "localhost".
braid with all tets or other element types works as expected.