-
See:
https://gitlab.com/petsc/petsc/-/issues/1359
https://github.com/cython/cython/pull/5383
We need to wait for a new `Cython` release (0.29.x) to make the current workflow in the Dockerfile work.…
-
Ref: https://github.com/FEniCS/dolfinx/issues/2677
```python
import basix
import ufl
gdim = 2
cel = basix.ufl.element("Lagrange", "interval", 1, shape=(gdim,), gdim=gdim)
msh = ufl.Mesh(cel)
…
-
### How to reproduce the bug
See https://gitlab.com/petsc/petsc/-/issues/1359
### Minimal Example (Python)
Build DOLFINx Python interface with petsc4py built using Cython 0.29.34
### Outpu…
-
Hi Nirav,
this commit in RBniCSx https://github.com/RBniCS/RBniCSx/commit/da356d4a064a41441d6635e75570b3b8f9a70fb4 is due to upstream breaking changes introduced in https://github.com/FEniCS/dolfinx/…
-
I have just followed the tutorial in 0.6.0 for linearelasticity and get this error when running:
`problem = fem.petsc.LinearProblem(a, L, bcs=[bc], petsc_options={"ksp_type": "preonly", "pc_type": …
-
### Describe new/missing feature
In C++ we can choose the partitioner and ghost mode:
```c++
#ifdef HAS_PARMETIS
auto graph_part = dolfinx::graph::parmetis::partitioner();
#elif HAS_PTSCOTCH
…
-
### Containing files under `/usr/lib/python3.10/site-packages/`
```sh
$ pacman -Fq "/usr/lib/python3.10/site-packages/" | awk -F/ '$1 == "arch4edu" { print "* [ ] " $2 }'
```
* [x] ceph-octopus-l…
-
Hello,
I am looking to install dolfinx version 0.6 and I have installed using: pip install fenics-basix the 0.6 version of basix.
but whenever I run cmake .. from muy build directory in cpp I get …
-
**Description**
Currently, most failing tests are due to #11. After it is fixed, we should:
- [x] Add GitHub actions to run tests on subsequent PRs.
- [x] Include a `ci:off` tag to temporarily skip…
-
Built-in functionality to use with Python>=3.8, ref:
https://docs.python.org/3/library/importlib.metadata.html
**Context**
Python 3.7 EOL is happening in 2 months: https://endoflife.date/python
…