Closed Novice-me closed 1 year ago
When i checked the error log again, I thought the problem might be caused by an inappropriate version of Basix.
Following the instructions of Basix Advanced Installation , i built the c++
version then use pip install .
to install Basix
, which solves this BUG.
How to reproduce the bug
i ran the
poisson equation
demo of thedolfinx 0.7.0.0
, errors occured in theimport modules
stage of implementationMinimal Example (Python)
Output (Python)
Version
0.6.0
DOLFINx git commit
Installation
Linux version 5.19.0-35-generic (buildd@lcy02-amd64-020) (x86_64-linux-gnu-gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #36~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 17 15:17:25 UTC 2
anddolfinx version = 0.6.0
C++ core
built from source with optional packageSLEPC
enabled (P.S. :petsc
andslepc
were built with arg--with-petsc4py=1
and--with-slepc4py=1
forpetsc4py
andslepc4py
modules)python version
built withpip install .
with usingpetsc4py.pth
andslepc4py.pth
mentioned in PETSc for Python Docs to specify the path ofpetsc4py
andslepc4py
modulesAdditional information
No response