-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add ElementHex2 #468
Add ElementHex2 #468
Conversation
I'm slightly confused that none of the unit tests catch this issue and only the convergence test fails. |
Yeah, had doflocs in the wrong order. 🤦 |
I'm now wondering if this way of constructing the basis should be a general strategy: start with |
I'll leave it like this for now; now that the tests exist and the implementation is correct, we can optimize it later if needed. |
Here is some work-in-progress how ElementHex2 could look like (not fully working yet I'm afraid). There are some optimizations possible, but I need to measure it first. Closes #327 when ready.