libmesh
libmesh copied to clipboard
libMesh github repository
Results
222
libmesh issues
Sort by
recently updated
recently updated
newest added
`NetGenMeshInterface` is capable of generating 3D Tet meshes with internal "holes" based on the input hole meshes. However, no default sidesets are assigned to the surfaces of these holes. It...
nodes even when `_skip_renumber_nodes_and_elements==true`. (This is the same Issue as #938, but this also provides a simple test case.) The renumbering happens on [line 732 of replicated_mesh.C](https://github.com/libMesh/libmesh/blob/master/src/mesh/replicated_mesh.C#L732) which is inside...