-
I have installed the fenicsx on my Ubuntu 22.04 as follows:
```
sudo add-apt-repository ppa:fenics-packages/fenics
sudo apt update
sudo apt install fenicsx
conda install -c conda-forge fenics-d…
-
### Summarize the issue
Python unit test common/test_timer.py is sometimes failing test_context_manager_named in the complex number build with PETSc 3.19 on amd64.
Full test log at https://ci.debi…
-
### Problem description
Compiling a python module in `Debug` mode and triggering an assertion from a python script results in an inexpressive error output. Especially not hinting it's the result of…
-
### Summarize the issue
I noticed that while upgrading dolfinx from 0.6.2 to 0.7.0 that there is no longer a `dof_indices` method for the `dolfinx.fem.bcs.DirichletBC` class. I couldn't find anything…
-
### Describe new/missing feature
The change from `FunctionSpace` to `functionspace` will surely have its justification but it seems to me that one of the main talking points about switching to FEniCS…
-
We currently do not state how diagonal entries are handled in:
https://github.com/FEniCS/dolfinx/blob/main/python/dolfinx/fem/petsc.py#L354-L367
We should add this to the docs.
Currently we ins…
-
### Summarize the issue
I have pulled `dolfinx/dolfinx v0.8.0 10d51b52e6f4 3 months ago 3.55GB` image .
It is running well in global env .
How do i make it run inside a virtual env.
### …
-
### How to reproduce the bug
The complex-number python demo in dolfinx 0.6, [demo_axis.py](https://docs.fenicsproject.org/dolfinx/main/python/demos/demo_axis.html), often (though not always) fails…
-
### How to reproduce the bug
To be able to do checkpointing, we must be able to read in data generated in serial to a distributed mesh.
However, as the definition of edge based dofs depend on orde…
-
We currently have the option for different material laws that are defined on submeshes. This allows for using material models with differently shaped history together. However, for cases where the sam…