libmesh
libmesh copied to clipboard
libMesh github repository
Added missing on_mesh_nodes() cases in RB serialization/deserialization
This replaces #3188 - it starts with that branch, but adds data output as well. I still have more testing to do before merging, but I'm again at a stage...
If the node that owns the lower-d Lagrange variable dof is owned by a process that does not have any lower-dimensional elements connected to the node, then we will not...
While trying to adaptively refine a mixed-dimension mesh, I hit the following assert in `find_neighbors()` ``` Stack frames: 8 0: libMesh::print_trace(std::ostream&) 1: libMesh::MacroFunctions::report_error(char const*, int, char const*, char const*) 2:...
Perhaps related to #3357 (hi @amneetb) At Amneet's request I checked out 1.7.1 and there is some issue with it detecting a system installation of MPI (i.e., I want to...
### Discussed in https://github.com/libMesh/libmesh/discussions/3356 Originally posted by **amneetb** July 29, 2022 Hi all, I am getting the following error during the make stage of libmesh v1.7.1 ``` In file included...
We don't actually need an ordering here, and count/insert/etc operations in O(1) instead of O(log(N)) might be nice. @friedmud, try this on the case from #1859 and see if it...
hi @roystgnr - got another Abaqus mesh reader bug for you. If you look at the MOOSE examples [here](https://github.com/idaholab/moose/tree/next/test/tests/mesh/abaqus_input), maybe [this one](https://github.com/idaholab/moose/blob/next/test/tests/mesh/abaqus_input/testcube_elset_name_in.inp) in particular, you'll see there are no nodesets,...
The [Abaqus mesh reader code](https://github.com/libMesh/libmesh/blob/b6c94e8512ea0c62f0f709e1e215c51834da3b55/src/mesh/abaqus_io.C) ignores node ids in the file and instead numbers them (sequentially?) from 0. Tagging @roystgnr per our Slack discussion.