Paul T. Kühner

Results 51 comments of Paul T. Kühner

Is there a timeline for the new release? Are there any more changes necessary for a release including the updates?

Thanks a lot, works like a charm :)

That flag could be passed to the `clang-tidy` linting run in https://github.com/FEniCS/dolfinx/pull/3722. Clang tidy hooks into a `LLVM` based compile anyways.

- ~~`set_bc`: make $x_0$ optional (this will require some more changes, but should be able to remove a quite drastic code duplication problem)~~ (see #3434) - `locate_entities_boundary` and `exterior_facet_indices` combinable...

Updated list: - [ ] https://github.com/FEniCS/dolfinx/pull/3581 - [ ] https://github.com/FEniCS/dolfinx/pull/3363 - [ ] https://github.com/FEniCS/dolfinx/pull/3364

I am not sure about that being a `ParaView` related problem. The `Plot over Line` is not really the filter of choice for this visualization as it produces its own...

For $np=2$ and $n=4$ I get ![image](https://github.com/FEniCS/dolfinx/assets/56360279/dd44d051-ac41-456b-af26-70bf5d7892e5) Note line 7 which causes the 'back connecting edge' and thus breaks the connectivity.

Ah I am using the `VTKFile` output, sorry that might be the difference.

Having an argument labeled '2', to indicate its the second argument, without a first argument existing sounds inconsistent to me. It also allows for code smells such as ```python u,v...