Skip to content

Commit

Permalink
missed another adj
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Jan 24, 2024
1 parent b805a22 commit bd8b725
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Omega_h_meshsim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,9 @@ void readMixed_internal(pMesh m, MixedMesh* mesh, SimMeshInfo info) {
auto pyramid2verts = Read<LO>(host_pyramid2verts.write());
down = reflect_down(pyramid2verts, tri2vert.ab2b, vert2tri,
Topo_type::pyramid, Topo_type::triangle);
mesh->set_ents(Topo_type::pyramid, Topo_type::triangle, down);
down = reflect_down(pyramid2verts, quad2vert.ab2b, vert2quad,
Topo_type::pyramid, Topo_type::quadrilateral);
mesh->set_ents(Topo_type::pyramid, Topo_type::quadrilateral, down);
mesh->add_tag<ClassId>(Topo_type::pyramid, "class_id", 1,
Read<ClassId>(mixedRgnClass.pyramid.id.write()));
Expand Down

0 comments on commit bd8b725

Please sign in to comment.