-
The `:nightly` images do not seem to build from the cached at `dolfinx/dev-env` leading to long build times due to e.g. PETSc being built.
-
### How to reproduce the bug
Hi guys,
Could anyone help me with the following problems? Thanks!
I try to solve navier stokes on parallel, and when I define my form and solve for the assemble syst…
-
Hello,
I am experiencing memory leaks when using multiphenicsx to solve time-dependent problems.
I am attaching below a (maybe not so minimal) example for a diffusion-reaction problem with 3 com…
-
### How to reproduce the bug
import numpy as np
import warnings
from dolfinx.io import XDMFFile, gmshio
from mpi4py import MPI
import gmsh
import os
comm = MPI.COMM_WORLD
rank = comm.Get_ran…
-
https://fenicsproject.discourse.group/t/cant-view-xdmf-checkpoint-of-function-in-paraview/403/4
-
Hi,
I have a problem with importing SobolevSpace in my code.
The error is:
AttributeError: module 'basix' has no attribute 'SobolevSpace'
I would appreciate it if someone can help me.
-
This function is slow and no longer required now that we have improved interpolation support. Remaining use is the in the IO code.
Was removed from the Python interface in #1955.
-
Currently the following code runs without error. It shouldn't.
```python
import ufl.utils
print(ufl.dx())
```
-
The above method name is misleading. After a call to 'finalize', matrix entries can still be changed. The method performs a reverse scatter.
Now that we're using `MatrixCSR` more in demos, we shoul…
-
### How to reproduce the bug
Hi, I guess the problem arises in the newer GCC 13.
```
[ 9%] Building CXX object dolfinx/CMakeFiles/dolfinx.dir/common/Table.cpp.o
In file included from /tmp/makep…