-
### How to reproduce the bug
Using a mixed element created with basix creates a stack of warnings
### Minimal Example (Python)
```Python
import dolfinx
import basix.ufl
from mpi4py import MPI
…
-
Following #739 we would need to add a guide/demo for a GMSH workflow.
@celyn has a working example for a cube mesh with the python API of GMSH.
I don't know if the GUI workflow is needed.
I'…
-
Is ```adios4dolfinx``` mandatory for rbnicsx? I am getting error while importing ```rbnicsx.backends```:
``` No module named 'adios4dolfinx' ```
Is there any alternative without ```adios4dolfinx`…
-
### Summarize the issue
Pyvista crashes the kernel when running basic tutorial examples https://jsdokken.com/dolfinx-tutorial/chapter1/fundamentals_code.html. After several investigating the behaviou…
-
`assemble_vector` and `assemble_vector_nest` do not have an optional argument BCs. Their counterpart `assemble_vector_block` does have one. It is left to the user to apply the lifting and I am not sur…
-
### Summarize the issue
See example below, which fails when ScalarType(1) is inside ufl.dot(), but works when it is outside.
### How to reproduce the bug
I have attached a minimal example.
### Min…
Driy updated
11 months ago
-
Quadrature elements are currently broken with the main branches (works with 0.7.1 dolfinx/dolfinx image)
```bash
import basix.ufl
import dolfinx
import ufl
from mpi4py import MPI
mesh = dolfin…
-
### Summarize the issue
![Screenshot 2024-01-09 135409](https://github.com/FEniCS/dolfinx/assets/57754488/181f4693-cc79-4764-b49d-fe1f865fdb55)
According to the demo code, I think the Dirichlet boun…
-
Paragraph 1, Line 1:
"This webpage gives a concise overview of..."
should be
"These webpages give a concise overview of..."
Paragraph 2, Line 1:
"DOLFINx can be used as either a C++ or Python s…
-
Instead of using C types, it would be neater to use numpy types for the scalar type, when needed.
e.g.
`ffcx --scalar_type=complex128 Form.py` rather than `ffcx --scalar_type="double _Complex" Form.py…