-
ma595 updated
11 months ago
-
I went through my codes in preparation of #2784, and replaced a few occurences of `VectorElement` and `MixedElement` instances with `basix.ufl` elements.
One thing that I found odd is that to defin…
-
**Is your feature request related to a problem? Please describe.**
We have had a user posting on the FEniCS discourse forum inquiring how to use your library with FEniCS > 2019.1.0, see
https://feni…
-
Consider the following example in which I create a submap of a `IndexMap` which actually doesn't throw away any index.
```python3
import dolfinx.fem
import dolfinx.mesh
import mpi4py.MPI
import…
-
### Describe new/missing feature
Currently, we only evaluate interpolation points that fall inside the cell by a certain tolerance.
In many cases, when this distance is really small (and small GJK t…
-
The tutorial example given in https://jsdokken.com/dolfinx-tutorial/chapter1/membrane_code.html shows how to evaluate a function at a desired set of points. The code is written considering that it mig…
-
On this page:
https://jsdokken.com/dolfinx-tutorial/
the text indicates the reader can make comments or suggestions by clicking on the GitHub symbol to go to the issue tracker.
The next section…
-
See https://github.com/FEniCS/dolfinx/blob/main/python/dolfinx/__init__.py#L10-L25
`git blame` says it came in 6 years ago when `pybind11` wrappers were first prepared for `dolfin`.
Around six …
-
Hi Jorgen, Debian reports that mpc 0.5.0 fails to build with gcc 13,
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037623
The reported error shows up in build-time tests,
```
[...]
FAILE…
-
Currently the dolfinx build is set up to make only one build with one installation, which can be configured to either real number or complex number support. But both cannot be installed at the same ti…