-
Currently the only developer resources are [C++ guidelines](https://docs.fenicsproject.org/dolfinx/v0.8.0/python/developer.html).
I recently wanted to test a PR and used this dockerfile to create a…
-
### Describe new/missing feature
gmshio functions ```model_to_mesh``` and ```read_from_mesh``` return (only) the triplet ```(mesh, cell_tags, facet_tags)```, it would be very useful if it returned al…
-
To simplify the installation of `phasefieldx` you should add it to conda-forge, see https://conda-forge.org/docs/maintainer/adding_pkgs/ on how to add a package to conda-forge.
You can checkout e.…
-
### Describe new/missing feature
For mixed dimensional problems, it would be sensible to have 0D (vertex meshes).
However, in the current implementation, there are many assumptions (such as the `bui…
-
Dolfinx 0.8.0 will introduce some new features that may break some of our code, but also will make some parts of our current code obsolete. I would like to collect these issues here in the thread befo…
-
### Describe new/missing feature
Currently, we have no simple interface for solving non-linear blocked problems, such as mixed-dimensional problems.
I would suggest adding something that helps the…
-
do you mind adding some short bullets in your readme as to how to setup and use this package? particularly in context with Jupyter notebooks that depend on Dolfin
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Hi @minrk
I created a conda env with:
```
conda create -n test_env
conda activate t…
-
### Describe the bug, what's wrong, and what you expected.
Hello,
I am using pyvista to plot my results from fenicsx library and I noticed, when I am using quad elements I am getting these weird …
-
When computing refinement data, we currently create a `std::map` from the local edge numbers to the processes sharing that edge
(https://github.com/FEniCS/dolfinx/blob/main/cpp/dolfinx/refinement/ut…