Joe Dean
Joe Dean
This PR adds support for mixed-dimensional kernels of codimension 1. It requires [this](https://github.com/FEniCS/ufl/pull/265) PR to work. It would be nice to avoid passing `cell` to `analyse_modified_terminal`. Please let me know...
In `main`, the orientation of mesh entities is defined by whichever cell appears last in the entity-to-cell connectivity. This assumption is relied on in a few places in the code...
### Summarize the issue Calling `create_entity_permutations` occasionally segfaults for prism meshes. For some reason, I can only reproduce this on a clean Ubuntu install, it seems to run without failing...
### Describe new/missing feature Currently, you cannot pass the coordinate element to the built-in mesh generators e.g. `create_box` or `create_rectangle` etc. This would be helpful when using tensor product elements,...
# De Rham complex families - [ ] Missing $P_k \Lambda^{d-1}(\mathrm{tri}_d)$ - [ ] Missing $[S_{2, k}^{\mathrm{tri}}]_{d-1}$ # Degrees - [ ] Currently lists $1 \leq k$, which is true...
Here are some small issues I've noticed when looking over Lagrange elements: ### Alternative names - [ ] The name "polynomial" doesn't seem very helpful, since many/most finite element bases...