Paul T. Kühner
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 :)
1D fixed in https://github.com/FEniCS/dolfinx/pull/3314
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  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...