-
## Bug Description
MOOSE still uses deprecated libMesh methods in a few files.
## Steps to Reproduce
Configure libMesh with --disable-deprecated, try to build MOOSE
## Impact
Minor performanc…
-
Hi Folks,
I'm running this on an Arch Linux install, so perhaps I have some system libraries conflicting, but I am consistently getting the following error cascade when trying to load either a .feb…
-
## Reason
We are testing 64-bit dof indices, but only with PETSc 3.11.4. We need a way to move forward (using Conda).
## Design
Copy the current PETSc recipe, and make alterations to build a 64-b…
-
## Problem Description
Mechanics solve does not converge if we use a convergence criteria of a `nl_rel_tol` with `ReferenceResidualProblem`. To converge mechanics problems I have had to use an absolu…
-
## Reason
There is an executable option --show-input that will append the input file to the simulation output log. I would like this option to be available when using run_tests as well.
Using the…
-
This might take some work to do since we have so many tests that already depend on Triangle. I am not completely convinced that we need to do it yet since our tests seem to pass with multiple libMesh …
-
## Reason
Tying these together is the correct way moving forward. Reduces code, and allows a central location where libmesh configure arguments are set.
## Design
Call update_and_rebuild_libmesh.…
-
We seriously need to do this: fixing this should be easy and we still spend a ton of time recomputing shape functions.
-
I am curious about the libMesh team's approach to mulit-threading when PETSc is also being used. I see that Threads have been used at various locations in the code. However, [PETSc does not see to enc…
-
I found another problem in the infinite-element code, this time in the ``inverse_map()`` function: Here the intersection with the base element is computed, respresenting it via the vectors 'point(1)-p…