File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1575,6 +1575,21 @@ void ExodusII_IO_Helper::read_edge_blocks(MeshBase & mesh)
15751575 bi .add_edge (elem_edge_pair .first ,
15761576 elem_edge_pair .second ,
15771577 edge_block_id );
1578+
1579+ // Debugging
1580+ libMesh ::out << "Added (Elem=" << elem_edge_pair .first
1581+ << ", Edge=" << elem_edge_pair .second
1582+ << ", Id=" << edge_block_id
1583+ << ") to BoundaryInfo." << std ::endl ;
1584+ }
1585+ // Debugging
1586+ else
1587+ {
1588+ // We didn't find a match for some reason
1589+ libMesh ::out << "Skipped adding (Elem=" << elem_edge_pair .first
1590+ << ", Edge=" << elem_edge_pair .second
1591+ << ", Id=" << edge_block_id
1592+ << ") to BoundaryInfo, orientation check failed." << std ::endl ;
15781593 }
15791594 } // end loop over elem_edge_pairs
15801595 } // end loop over connectivity array
You can’t perform that action at this time.
0 commit comments