Jørgen Schartum Dokken

Results 276 comments of Jørgen Schartum Dokken

@jpdean has a «simplified»/slightly different version of this for problem (But assuming linear problem) at https://github.com/jpdean/mixed_domain_demos/blob/main/poisson_domain_decomp.py It is slightly out of date, but illustrates the same strategy, just for problems...

Could you try with the nightly docker image?

The following code does not segfault on the nightly branch: ```python from mpi4py import MPI import dolfinx import dolfinx.fem.petsc import ufl import numpy as np from petsc4py import PETSc import...

We can use https://github.com/jorgensd/adios4dolfinx/blob/main/tests/conftest.py#L1-L19 that @minrk helped me set up.

> @minrk What's the status of Intel MPI in Conda? It seems to be the only MPI3 compliant build of MPI on Windows - MSMPI doesn't have neighbourhood operations, which...

Example from: http://jsdokken.com/FEniCS23-tutorial/src/mesh_generation.html now slightly modified: ```python from mpi4py import MPI import dolfinx.mesh import dolfinx.plot import basix.ufl import ufl import numpy as np import pyvista pyvista.start_xvfb(wait=0.1) def plot_mesh(mesh, dim): mesh.topology.create_connectivity(dim,...

> * Does this affect vector and matrix assembly too? (the assembler implementations have similar code). It doesn't seem like it, as we have an additional clause in https://github.com/FEniCS/dolfinx/blob/b16ef8abc20d70c28d8f1850fe42a0ee0bcf5106/cpp/dolfinx/fem/assemble_vector_impl.h#L1149-L1155 which...

I've not used it for a very long time, let's keep it until we have a PR for VTKHDF, and then remove it (and let other users chime in).

> Thanks for pinging me! > > I am mainly using VTX and Fides nowadays, the former for high-order elements and the latter for first-order elements. I could admittedly use...

> I think all of our dolfinx basix builds should be without isolation - upstream Basix should do isolated build testing. Can we backport this to the latest release? Currently...