Joe Dean

Results 14 issues of 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...

enhancement

### 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...

bug

### 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,...

enhancement