-
When using `make check` to build and run the examples, the DTK solution transfer example fails. A series of errors related to the `main.c` file for that problem occur:
> ...undefined reference to '…
-
@roystgnr wrote in grinsfem/grins#410
> We're also now incompatible with the newest Antioch master, thanks to my mistake - when Antioch is built with MetaPhysicL, it then depends on metaphysicl/compa…
-
Hi
I have troubles in attaching the dof map to my `PetscMatrix` `couplingMatrix_mediator_mediator`, defined as follows:
```
libMesh::System& volume_mediator_system =
libMesh::cast_ref…
-
### Bug Description
SIDE_HIERARCHIC doesn't work with array variables while HIERARCHIC does. This seems like an error because of the similarity of the two variables.
### Steps to Reproduce
``…
-
```
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 have successfully built and installed libmesh now (thanks @bpowers btw), and it appears to work as expected:
```
meh ~ 1 MALLOCSTATS=1 LD_PRELOAD=/usr/lib/libmesh.so git status
fatal: no…
-
We have the following code right now (Jordan is about to put up a PR to fix it) in `FEMechanicsBase`:
```cpp
std::string
FEMechanicsBase::libmesh_restart_file_name(const std::string& restart_dump…
-
This came up in #607 in the context of wanting to use `--n_threads` (that libMesh uses). The issue is that `libMeshInit` creates its own GetPot parser and so the one GRINS uses doesn't see that the `-…
-
@roystgnr
I'm setting up `femputer` with a CIVET server and client (server is up and running, working on client and software stack).
What do we want to have CIVET run for GRINS? I'm hoping to s…
-
```
CXX src/base/libmesh_opt_la-dirichlet_boundary.lo
In file included from ./include/libmesh/fe_base.h(26),
from ./include/libmesh/fem_context.h(27),
from…