Paul T. Kühner

Results 43 issues of Paul T. Kühner

While reading up on the mesh generation I had quite a hard time to understand what was going on in `generation.h`. This contains some tidying up of the code and...

### Summarize the issue One dimensional data written in parallel produces wrong visualizations in Paraview's `Plot Data` filter. ### How to reproduce the bug Run the provided code in a...

bug

Currently the Kokkos `mdspan` implementation is used in its parentheses mode. After https://github.com/FEniCS/basix/pull/838 is merged we should, at least in principle, be able to switch to the usage of bracket...

housekeeping

Fixes https://github.com/FEniCS/dolfinx/issues/3461 TODO: - [ ] Reactivate logging - [ ] Remove boost dependency

Depends on (and contains) https://github.com/FEniCS/dolfinx/pull/3581 and https://github.com/FEniCS/dolfinx/pull/3661 TODO - [x] Check assumptions on space, for example $P^1$. - [ ] export of `assemble_transfer_matrix` should use vectorized callback - [ ]...

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 using the latest...

task

TODO: - [ ] error computation or output on different levels to see effect - [ ] tidy up code Requires (and contains) https://github.com/FEniCS/dolfinx/pull/3363

### Describe new/missing feature During the design of parallel test cases for PR https://github.com/FEniCS/dolfinx/pull/3359 it was observed that the graph partitioners (at least scotch and parmetis, did not test kahip)...

enhancement

### Describe new/missing feature When the python module is build in `Debug` mode, assertions triggered in the `cpp` part yield a breakdown of the process, and especially it is not...

enhancement

Adds a `valgrind` check to the CI. First step to resolve https://github.com/FEniCS/dolfinx/issues/1355 There are two main options to execute `valgrind` in a Python context 1. use a standard Python executable...