FEniCS / dolfinx

Next generation FEniCS problem solving environment
https://fenicsproject.org
GNU Lesser General Public License v3.0
696 stars 172 forks source link

Allow `CoordinateElement` to be passed to built-in mesh generators #3272

Open jpdean opened 2 weeks ago

jpdean commented 2 weeks ago

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