-
Hello, I am unable to run the periodic demos using dolfinx 0.8.0 and dolfinx_mpc 0.8.0, with Python 3.12.6. The demos I can't run are the following:
- https://github.com/jorgensd/dolfinx_mpc/blob/v…
-
@jorgensd realised that this is not parallel safe and would return the wrong result in parallel.
https://github.com/festim-dev/FESTIM/blob/77c97b30b7b9db90cc35754c8228b3f8f52a7f6d/festim/exports/av…
-
Hi @jorgensd,
Very cool work with the mpc. I appreciate the contribution. It's not really an issue, more an open discussion. I was wondering if dolfinx_mpc could be used to handle hanging nodes? It…
-
```
dolfinx.fem.functionspace(mesh_r, basix.ufl.element(
"HER", 'interval', 2, shape=(3, )))
```
```
---------------------------------------------------------------------------
KeyError …
-
**Describe the bug**
We recently realised https://github.com/kaelyndunnell/hisp/issues/18 that using the tqdm progress bar could cause crashes when it isn't closed after calling `run`
**To Reprodu…
-
Hello,
I would like to start using t8code with Fenicsx/dolfinx. There is quite some work to interface the two libraries. One point on which I am unsure how to proceed is how to handle hanging nodes…
-
https://github.com/festim-dev/FESTIM/blob/013937a860d72252436118dabcbf75b80ebc5cce/src/festim/subdomain/volume_subdomain.py#L32-L43
This will always return all the cells of the mesh, not the subdom…
-
While I understand the method presented [here](https://jsdokken.com/FEniCS-workshop/src/deep_dive/expressions.html#) provides enough flexibility and is very robust for parallel runs, it is a bit cumbe…
-
The [pmg-dolfinx](https://github.com/Wells-Group/pmg-dolfinx/), implementing $p$-multigrid, project could be very interesting for the geometric multigrid implementation.
1. Data object? How are the t…
-
Currently the `dolfinx` system does not pass a build with full installation based on the debian packages.
`Dockerfile` to reproduce the behavior:
```dockerfile
FROM ubuntu:24.04
RUN apt-get update
…