-
At the moment, I cannot compile current main on my cluster against deal.II 9.5.2. A commit from before the hack (af08b99857c0a9c18f7134ffbae5c43cfcfa861b) does compile.
I found out while trying to…
-
Hello, while following the installation procedure I am facing the following issue after "make" command.
/home/kaushikkinny/p4est_files/candi/plasticity/src/ellipticBVP/applyInitialConditions.cc:10:…
-
While working on the integration of `NOXSolver` into deal.II (https://github.com/dealii/dealii/pull/14332), I noticed that there is a bug in the code:
https://github.com/peterrum/pf-applications/bl…
-
In the documentation, we dont see what include file to use for namespaces. E.g., I use VectorTools many times but
https://dealii.org/current/doxygen/deal.II/namespaceVectorTools.html
does not t…
-
Long `requires` clauses wrapped in the `DEAL_II_CXX20_REQUIRES` macro are barely readable:
```
template
DEAL_II_CXX20_REQUIRES(
(concepts::is_dealii_petsc_vector_type ||
std::constr…
-
Hi all, i think there is an inconsistency between thè implementazione and the public documentation of get_manifold() .
From the documentation (9.6 and dev) It seems that if no manifold is found the…
-
I noticed two issues when looking for `E. Bängtsson, B. Lund` on https://www.dealii.org/publications.html
![image](https://user-images.githubusercontent.com/18285973/189791138-a2e83cf5-7f10-4cc8-9315…
-
We have problems installing trilinos on TACC Frontera with the latest candi version (see bug report in the [ASPECT forum](https://community.geodynamics.org/t/error-for-configuring-dealii-v9-5-2-on-fro…
-
**Describe your setup**
Operating system (e.g. Linux distribution and version): _Ubuntu 20.04_
preCICE Version: 2.2.1 (latest `master`)
**Describe the problem**
Running heaptrack on my simulat…
-
The common BLAS providers (OpenBLAS, MKL) offer [LP64 and ILP64 versions](https://software.intel.com/en-us/mkl-macos-developer-guide-using-the-ilp64-interface-vs-lp64-interface). Depending on the use…