-
## Reason
https://github.com/libMesh/libmesh/pull/3399 improved the Laplace mesh smoother to permit boundary nodes to move along flat parts of the mesh boundary (and internal subdomain boundaries). T…
-
A reference for dual mesh construction is [Busto's](https://mdpi-res.com/d_attachment/mathematics/mathematics-09-02972/article_deploy/mathematics-09-02972-v2.pdf?version=1637806891) article, titled "S…
-
## Bug Description
It appears that the loading of discontinuous variables via `initial_from_file_var`, whether or not they are saved with `discontinuous = true`, is not well defined. I've spent a fai…
-
Update Readme for required cmake
./build script does not work if cmake not installed!
EDIT: the moose Miniconda environment has cmake, and should be used for compilation
-
## Bug Description
If you try to run a test with `--recover` but it has `execute_on = final` for exodus, then you get an error like:
```
Error opening ExodusII mesh file: rotated-2d-bkt-function-po…
-
Hi again,
I'm trying to make a simple mesh (with two boundaries, for peridynamics) using pygmsh and meshio for use in libmesh. I have the following code
from math import pi
import pygmsh
impor…
-
There was duplication in the labeling during the hackathon and the amount was high so I tried to find the duplication portion and how much are they consistent with each other between the attendees of …
-
## Bug Description
The libtool that is shipped with libmesh in conda already has a path hard-coded for `sed`, corresponding to that of the machine on which the conda package is built. If that `sed` p…
-
## Reason
Looking at #24801 I noticed that, with initial adaptivity, we potentially get missing keys in the ghosting of higher dimensional lower dimensional neighbors. This happens with a simple pr…
-
**Describe the bug**
Loading my exodus mesh consisting of two blocks: tetraheadral elements block and 1D lower dimensional block
--> causes KeyError: 'TRUSS'
**To Reproduce**
I attached a small …