-
While writing #428 I missed adding fixes for the Eigen aliases defined in `ibtk_utilities.h`: e.g., `IBTK::Point`, `IBTK::Vector`, etc.
I thought about this some more and I think trying to constant…
-
I ran callgrind on TAVR again over the weekend and took a look at the results. I don't have time to work on this now but I figured we should summarize the problem so that we don't forget about it.
…
-
I am trying to save a solution on a mesh as a vtk file with compression. My problem is that the compression setting does not have an effect on the filesize.
I am using vtk7.1.
Here is my code:
…
bzjan updated
4 years ago
-
when installing only up to moose-petsc configuring libmesh/metaphysicl fails with a missing `boost/system/error_code.hpp` message.
-
Currently console will print out all variables names of the nonlinear system and the auxiliary system. When there are lots of variables (like thousands), this will make the print-out heavy. Typically …
-
First, apologies if this is the wrong channel to post in. As well as me being a complete noob with conda build.
Issue:
Unable to build libMesh due to System libraries not found (ld: library not …
-
Ok - it might be time to add vector variables. Here's how I see this working out
1. Input Syntax:
```
[ [./velocity](./Variables]
)
type = Vector
family = LAGRANGE
order = FIRST
[../]…
-
After compiling and installing pymesh, I get this error when importing pymesh.
The file is installed in `/usr/lib/python3.6/site-packages/pymesh/lib`, but it seems that the interpreter doesn't find i…
-
I did everything as instructed. First it rejected to find libm.a, but i found it and copied to the desired place.
```
idf.py build
Executing action: all (aliases: build)
Running ninja in directo…
-
## Bug Description
`TET4`, `HEX8`, and `HEX20` in replicated mesh parallel will crash with the assertion
```
/Users/harblh/projects/moose/scripts/../libmesh/src/base/dof_map.C, line 355, compiled…