-
### Describe new/missing feature
In the current source code we throw an error complaining that VTK does not support cell data
https://github.com/FEniCS/dolfinx/blob/e561c6cdbb3712d73e42699044acc…
-
### Summarize the issue
`test_assemble_domains` fails with segfault on 6 processes
### How to reproduce the bug
`mpirun -n 6 python3 -m pytest test_assemble_domains.py`
### Minimal Example (Python…
-
The function that reads in a gmsh mesh clutters the stdout. It would be best to suppress its stdout.
-
### Summarize the issue
No longer padding xdmf-file vectors causes them to not be renderable in Paraview (say with the glyphs filter).
### How to reproduce the bug
Run script below. Get:
```bash…
-
### Issue you'd like to raise.
**Description:**
Hi, sir. I am currently developing an Agent for scientific tasks using Langchain. The first tool I intend to integrate is a function for generating a …
-
im trying to create a 3d model using [@dokken](https://fenicsproject.discourse.group/u/dokken) 's doc but for some reason im getting the following error
any idea why?
[Jørgen S. Dokken](https://…
-
Perhaps a controversial topic to ask for defaults, but in my opinion it would be good to set default values for `engine` and `ghost_mode`. For example `engine`=`"BP4"` and `ghost_mode=dolfinx.mesh.Gho…
-
Following your example, when I try to write an exodus mesh to xdmf format using the write_mesh function, I get the following error:
TypeError Traceback (most recent …
-
### Summarize the issue
Using VTXWriter to output a DG function and one of its collapsed sub functions yields incorrect data in parallel.
### How to reproduce the bug
The following MWE and at…
-
### Summarize the issue
Possibly related to #1465.
Creating a mesh of a manifold always assumes that interior (owned) facets will share more than one cell. In the case of manifolds this may not …