You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deal.II User Group
Dear All,
I developed a simple code which just import a simple UNV file, then prints the mesh's boundary_ids and material_ids. The problem is that the output is EMPTY.
The mesh is 3*3*3 and hexahedral, made with SALOME. There is two integer group_ids attached to some of its faces and cells.
We really should fix this by using an *integer* data type for these
boundary_id and similar objects, rather than an unsigned char. It's just
too obscure a problem to find in many situations.