dolfinx
dolfinx copied to clipboard
Allow `CoordinateElement` to be passed to built-in mesh generators
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, for example.
Suggested user interface
No response