Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jpdean opened this issue Jun 17, 2024 · 1 comment
Open

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

jpdean opened this issue Jun 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jpdean
Copy link
Member

jpdean commented Jun 17, 2024

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

@jpdean jpdean added the enhancement New feature or request label Jun 17, 2024
@jorgensd
Copy link
Member

I guess we need to be very careful with the verification, as we would need to ensure that the coordinate element is a first order lagrange element (so the only thing we could really send in is a tensor-ordering or similar flag to indicate what pre-determined first order element one should use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants