-
# replace `fenics`
Our current support for `fenics` is relying on a fairly outdated package. Moreover the `fenics` code itself is not actively maintained anymore, so we have to decide on a new FEM …
-
Interpolation on a mesh where a process has no cells currently causes a segfault. Returning an empty array of interpolation coordinates on processes with no cells (see https://github.com/FEniCS/dolfin…
-
Current checkpointing strategy assumes that there is a first run that generates the checkpoint data, and a second run that imports it back.
Consider instead the following case, in which there are t…
-
The recommended way to install `dolfinx` on clusters is `Spack`. Is it possible to install `multiphenicsx` using `Spack`? Would it be possible to add simple to use instructions like [these ](https://g…
-
The spack package.py files do not contain information about how to run the test suites.
https://spack.readthedocs.io/en/latest/packaging_guide.html#adding-stand-alone-tests
If this was setup we …
jhale updated
5 months ago
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
When using the new PETSc 3.18 build, I get some errors during my CI workflows, see, e.g., ht…
-
Following the Basix PR, this is only implemented for first order derivatives.
https://github.com/FEniCS/dolfinx/blob/f6c4e33170b757e06bfe3360b3aba386dfbe1041/cpp/dolfinx/fem/FiniteElement.cpp#L158
-
hey @jorgensd! I am just reviewing your software as part of https://github.com/openjournals/joss-reviews/issues/6451 and I am trying to install it. The conda installation works well, but in your docum…
-
I've created a simple exodus tetrahedral mesh of the domain (-1, +1)^3 with cell blocks and facet blocks. I'm able to successfully convert the mesh to .xdmf format using mesh_converter. However, when …
-
Hello,
How do I install dolfinx_mpc on Google Colab? All the other packages I install using the fallowing:
`!wget "https://fem-on-colab.github.io/releases/fenicsx-install-real.sh" -O "/tmp/fenicsx…