-
I'm working with the [Coreform](https://coreform.com/) folks on adding basic IGA support to libMesh (and MOOSE), via their tech for converting isogeometric U-spline meshes into Bezier patches that we …
-
This is the bug @jabrown893 and I found earlier in his TAVR code. I don't understand precisely how he triggered it there but I can reproduce the same error in a much simpler setting. Consider the foll…
-
### Library name
libmesh
### New version number
v1.7.1
### Other information that may be useful (release notes, etc...)
https://github.com/libMesh/libmesh/releases/tag/v1.7.1
-
Hello,
I've been following the [Windows installation instructions ](https://libmesh.github.io/installation.html )using MSYS2 on Windows 11. After generating the config files and running `make` I'm …
-
Similar to the code [here](https://github.com/MASTmultiphysics/mast-multiphysics/blob/17ac90f0d53022c64825656dd09a38f0d2c23de6/examples/structural/example_3/example_3.cpp#L192), does following code co…
-
```
The attached patch makes it work with the newest libmesh, but it will fail
with previous versions, so don't push it in yet. Here is how to convert set
of gmv files (that libmesh outputs) into a se…
-
I am currently trying to pin down my Temperature to 500 at an x position of 0.05 in my One dimensional example. I'm not quite sure how constraining points work, and attempted setting a constraint poin…
-
getFEM+ I think will do 4D. This is the alternative I was looking at before going back to libMesh.
-
### Description of the enhancement or error report
If I need to modify libmesh, I often find it most convenient to just work in the version that's in my submodule if my project is already set up with…
-
From #296: we should add prefixes to the KSP objects inside libmesh to make it easier to experiment with different settings on different solvers.