-
Hi,
I am moving here the discussion from https://github.com/multiphenics/multiphenicsx/commit/b80f047c74827497ad6d1a689173d24e2e506974
It seems that conda packages do not ship `pkgconfig` info for…
-
### How to reproduce the bug
Before commit https://github.com/FEniCS/dolfinx/commit/547e645bbafb1b3e1965b9e8cb042e17ae6fa59f the following MWE worked fine
```
#include
#include
using namesp…
-
Related to #121
We have some packages listed in `environment.yaml` which are not used at all or not really necessary dependencies.
Not used at all at the moment:
- scipy
- meshio
Unnecessary…
-
See https://github.com/FEniCS/dolfinx/actions/runs/5407842569/jobs/9826291336.
Is it essential?
-
### How to reproduce the bug
I am running a larger program that runs perfectly well both in series and in parallel, with no patitioner. I am trying to reduce run time by trying out a partitioner, I d…
-
### Describe new/missing feature
**Dear developers,**
thank you so much for providing the open-source simulation codes. It is my honor to write this letter to you guys who are expanding into new fi…
-
### How to reproduce the bug
The four, innocent-looking lines
```
from dolfinx import fem
import ufl
DG1T = ufl.TensorElement("DG", ufl.tetrahedron, 1)
fs = fem.TensorFunctionSpace(None, DG1T)
…
-
### How to reproduce the bug
The python unit test python/test/unit/fem/test_vector_function.py fails after building dolfinx 0.6.0 against PETSc 3.19
### Minimal Example (Python)
```Python
py…
-
### How to reproduce the bug
Before commit https://github.com/FEniCS/dolfinx/commit/547e645bbafb1b3e1965b9e8cb042e17ae6fa59f the following MWE worked fine
```
#include
#include
#include
#…
-
See failing test function at https://github.com/FEniCS/dolfinx/blob/main/cpp/test/matrix.cpp#L131. The matrix norm changes with the number of MPI ranks, whereas is should be the same (within machine p…