-
I've been trying to use autoibamr to setup and build IBAMR on my MAC. Using autoibamr "out of the box" with a version of python which has xdrlib needed for older petsc versions, I am able to compile I…
-
The `fparser_parse-*` executables that get built with libMesh crash on mac and linux. I think I narrowed it down to
the error message
```
libmesh_error_msg_if(argc < 2, "Usage: "
-
Hello,
Just a heads up: after updating to MacOS command line tools 16.1, I encountered dynamic_cast failures in IBAMR (which uses libmesh to handle finite elements) when compiler optimizations are …
-
## Description
Currently the UnstructuredMesh accepts a damgc h5 file or a libmesh exodus file.
Currently I'm making use of UnstructuredMesh with ```library='moab'``` and passing in a mesh in h5 f…
-
```
In file included from src/solvers/nlopt_optimization_solver.C:29:
./include/libmesh/nlopt_optimization_solver.h:189:41: error: use of undeclared identifier 'NLOPT_LD_LBFGS_NOCEDAL'
189 | …
-
### Motivation
When dealing with problems involving intermittent contact or sliding between material bodies, the elements in contact are continually changing. This leads to frequent alterations in th…
-
This is not an issue with color_coded. I am having problems to set up my code's highlighting with an external third party library called libMesh. I can compile this library and in my code directory I …
ghost updated
8 years ago
-
Dear libmesh community,
This issue requests to make `write_element_data()` (and sister methods) more resistent to missing subdomains.
As you know, [Moose](https://mooseframework.inl.gov/index.ht…
-
I'm trying to build libMesh [1] with the intel/2016a toolchain and hitting this problem:
ld: /software/easybuild/software/imkl/11.3.1.150-iimpi-8.1.5-GCC-4.9.3-2.25/mkl/lib/intel64/libfftw3x_cdft_lp6…
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
```
(moose) twise@twise-GS73VR-6RF:~/projects/moose/modules$ METHOD=dbg make -j 8
Checking i…