-
We currently have several docker repositories around:
* github actions pushes to https://hub.docker.com/u/fenicsproject
* circle CI pushes to https://hub.docker.com/u/dolfinx
* former tests in http…
-
This might be useful to catch issues like https://github.com/FEniCS/dolfinx/issues/2762 while there's lots of changes happening in FFCx
-
### How to reproduce the bug
Hello,
I try to install dolfinx from the source with cmake. But CMakeLists.txt requires Basix version >= 0.7 while the latest release at https://github.com/FEniCS/basi…
-
Currently, generated jit files cause a clash under certain circumstances such as change of Python version. For instance upgrading from python3.8 to python3.9, the generated files have the same name (s…
-
The test https://github.com/FEniCS/dolfinx/blob/d200635c3efa73f0b44546e5d022c88635f9bc32/python/test/unit/fem/test_nonlinear_assembler.py#L452 fails with OpenMPI and PETSc 3.20.0 in parallel. The erro…
-
A problem was reported at https://fenicsproject.discourse.group/t/helmholtz-complex-xdmf-contains-zeros-only/6204 for dolfinx 0.1.0 in complex number mode. The problem is with the PPA build for ubuntu…
-
### How to reproduce the bug
Hi everyone,
This code aims to highlights a bug (in my humble opinion) in **fenicsx-0.6.0**.
We use quadrature and CG elements.
We write an equation mixing these e…
-
I am using multiphenicsx with dolfinx via conda with python 3.11 and when I call `from multiphenicsx.fem import DofMapRestriction` I am often (but not always) presented with the following error. This …
-
One of the python geometry tests, `test_cube_distance` in `test_gjk.py`, fails on non-Intel (arm64) systems. The same test seems to be passing on Intel (amd64).
This is with numpy 1.19.1 and scip…
-
**Describe the bug**
When trying to set the temperature as a `ufl.conditional` it raises a `TypeError`.
```
Traceback (most recent call last):
File "/home/remidm/festim/mwe.py", line 48, in
…