-
Minimum failing example:
``` c++
int main(int argc, char* argv[])
{
common::subsystem::init_logging(argc, argv);
common::subsystem::init_petsc(argc, argv);
MPI_Comm mpi_comm{MPI_COMM_WOR…
-
### How to reproduce the bug
When the residual of the nonlinear problem is `nan` (not-a-number), I would expect that the solver stops iterating. Keeping the newton iterations may provoque error in th…
-
Remove unused options: `tabulate_tensor_void`, `padlen`, `assume_aligned`.
-
### Describe new/missing feature
The following items exist among others. Which is recommended? A hint in Readme could be useful.
```
3 aur/basix-git 0.7.0.dev0_r934.571d504-3 (+0 0.00)
FEni…
-
dolfinx nightly changed interface for `read_meshtags`
-
### How to reproduce the bug
I stumpled across this issue when using the interpolate function for non-matching meshes. When I have only a 'small' shift of coordinates of the two meshes, the interpola…
-
### How to reproduce the bug
I ran the first demo `demo_poisson.py` in parallel on more than 1 core with a change of the linear solver to MUMPS. This will produce a solution different from that produ…
-
Hi,
maybe we can collect some ideas on how to resolve this issue here. The tests fail because the environment solving currently takes too long. I experimented locally with
```
mamba env create -d -…
-
### How to reproduce the bug
I'm getting this error on the Basix CI when running the `demo_pml.py` demo.
### Output (Python)
See https://github.com/FEniCS/basix/actions/runs/6094169143/job/16…
-
I run it on the FEniCS 0.6.0, but I got this error.
Traceback (most recent call last):
File "/mnt/c/Users/u0143102/Desktop/amls/autogen_LC_PML-main/helmholtz_with_PML.py", line 57, in
LAMBDA…