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.


_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to