-
Question:
Is it planned to allow reading meshes that include marked boundaries?
I would guess something along the lines:
```python3
def read_mesh_from_legacy_checkpoint(
filename: str, c…
-
Not currently tested in C++.
-
Since tIGAR was built on doflin, I tried using it in fenicsx (dolfinx), but, unable to install the libraries. Can you provide the steps for installation ?
The another query related to implementing …
-
```python
import dolfinx
import dolfinx_mpc
from dolfinx.fem import FunctionSpace, Function, Constant, assemble_scalar, form
from dolfinx.mesh import locate_entities_boundary, meshtags
from ufl…
-
### Describe new/missing feature
We currently attempt to include optional dependencies in our `pyproject.toml` file
https://github.com/FEniCS/dolfinx/blob/main/python/pyproject.toml
But this …
jhale updated
2 months ago
-
For multi-material simulations, interface discontinuities are needed.
Let $c$ be the concentration of hydrogen, we have
$$
\nabla \cdot ( D \nabla c) = -f \quad \text{on} \ \Omega
$$
and
$$
\fra…
-
Ref: https://github.com/FEniCS/dolfinx/blob/e952664b086f6c7e7662c53ec54e8d774b101de4/cpp/dolfinx/fem/DofMap.cpp#L134-L173
One could then restrict the adjacency-list after creation. Would reduce the…
-
The release of `cffi` version `v1.17.0` broke the red hat CI pipeline.
An explicit downgrade as hot fix was introduced in https://github.com/FEniCS/dolfinx/pull/3339. This should be reverted, to u…
-
This is very outdated and confusing docs at it is `olddocs/dolfinx/dev`.
-
This repo runs on dolfin, however, many structural optimizations run on dolfinx.
So, we need to update this repository, to keep up with tech fashion.