-
## Bug description
I get this error message when doing checkpoint restart with a multiap, with Picard iterations to converge the coupling, from a simulation that has no Picard (or relaxation factor o…
-
I'll be taking a stab at creating Cardinal specific Conda recipes to help with installations.
My thoughts;
- Create cardinal/conda/* directories, populated with Cardinal dependencies:
- nekrs…
-
This is what we have in RELAP-7's Makefile:
```
CURRENT_DIR := $(shell pwd)
APP_DIR ?= $(CURRENT_DIR)
# moose submodule status
moose_status := $(shell git -C $(APP_DIR) submodule s…
-
## Reason
When working on #13314 for addressing #6881, lots of if statements like `if (isNodal)` are left in `MooseVariableFE.C` and `MooseVariableData.C` due to the fact that libMesh is ordering the…
-
I am starting to execute simulations with libmesh-1.3.0 on ubuntu 16.04, in the step of making I have got a number of errors that I could not understand why they appear and how to debug them. These si…
-
We have a need to catch the "negative Jacobian" exceptions being thrown from libMesh. Right now nearly all exceptions in libMesh are of type `LogicError` including this one. I'd prefer to catch a few …
-
```
we need a tool to create nice logos for Hermes2D, Hermes3D, FEMhub,
Agros (formerly Carbon2D) etc. Look for example at the libmesh logo
here http://libmesh.sourceforge.net/.
So, we need a tool …
-
After seeing #212 reported, we should remove all direct calls to static_cast and dynamic_cast and wrap them up in a macro so that dynamic_cast is done in debug mode (to catch bad casts) and static_cas…
-
Two nucleation models for phase-field fracture are memory consuming. Either in how the material object is coded, or how the model is implemented in input deck level (or both).
## source code
https…
-
## Reason
Scalar variables as libMesh considers them are global variables (well they can be sudomain restricted) that should introduce a dense row and a dense column in the system matrix. Take for in…