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

Non-equispaced Lagrange elements on simplices #45

Closed
pbrubeck opened this issue Oct 14, 2023 · 2 comments
Closed

Non-equispaced Lagrange elements on simplices #45

pbrubeck opened this issue Oct 14, 2023 · 2 comments

Comments

@pbrubeck
Copy link

If we want to implement simplicial Lagrange elements with the recursive nodes from https://epubs.siam.org/doi/pdf/10.1137/20M1321802, should we implement them as a new class or could they be the extension of the 1D elements (GaussLegendre and GaussLobattoLegendre) that we already have?

@dham
Copy link
Member

dham commented Oct 14, 2023

If the elements reduce to GL and GLL in 1D then please extend those elements. This will make integration in Firedrake more seamless

@pbrubeck
Copy link
Author

Fixed by #46

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

No branches or pull requests

2 participants