From: Povolotskyi, M. <mpo...@pu...> - 2019-08-01 16:45:11
|
Dear libmesh developers, I have a simple gmesh *.geo script where I create a 1D mesh. There I have the following: Physical Line("p") = {5}; Physical Line("n") = {6}; Physical Point("p_contact") = {1}; Physical Point("n_contact") = {3}; When I read the mesh, then the names of physical lines are read by GmshIO class and are accessible via mesh.get_subdomain_name_map(); Is it possible to access names of the physical points? Or, more generally, are the names of physical elements of lower dimensions are read by libmesh? Thank you, Michael. |