-
## Reason
When we have a fresh-cloned MOOSE, if we do `make libmesh_update`, we will see bunch of lines at the beginning
```
/bin/sh: /Users/wangy2/projects/training/mammoth/moose/libmesh/installed…
-
If you run https://github.com/idaholab/moose/blob/devel/test/tests/multiapps/picard/picard.i
You will see that "Solve Converged" gets printed a bunch when it shouldn't be.
-
Current DESCRIPTION section of main POD should ideally serve as introduction to the module, sensible to read standalone - e.g. like the initial paragraph of an encyclopedia entry.
Current DESCRIPTI…
-
### Description of the enhancement or error report
`Assembly::prepare()` needs to get split into two different methods: `prepareResidual()` and `prepareJacobian()`. Right now we're doing a ridiculou…
-
### Description of the enhancement or error report
Selection of quadrature is based only on the primal variables. In PR #7547
I implement the inner product (f,g) where f is second order Lagrange and…
-
libtool is installed in /usr/local/bin/libtool, and is in the path.
```
[yuri@yv /usr/ports/science/moose/work/moose-f08eb35/test]$ gmake -j 8
/bin/sh: /usr/local/libtool: not found
```
-
## Reason
PETSc's ability to solve systems with underlying non-convex potential is limited.
Solving such systems will be much easier If we can interface with external optimization packages, e.g.…
-
## Bug description
A seg fault is hit in the input attached below
## How to reproduce
Use input attached
## Impact
Cannot finish simulation
### Discussed in https://github.com/idaholab/…
-
Now that we can catch mooseError/mooseWarning exceptions, we should flesh out the test suite more and add additional tests. This might be a good task for one of the newer team members coming onboard.…
-
## Bug Description
I hit the following assertion when I try to use LineMaterialSampler for a model with more than one block:
Assertion `_current_subdomain_id == _current_elem->subdomain_id()' fail…