Using FIAT elements in scikit-fem #771
kinnala
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have no idea why I did this, but I somehow ended up in FIAT documentation (https://fenics.readthedocs.io/projects/fiat/en/latest/) and tried out some of the API's and realized it's quite easy to use.
I decided to wrap some FIAT elements to scikit-fem:
This allows using, e.g., some high order bases we don't have:
It would be cool to have this working for all element types and reference transformations to allow testing higher order H(div) and H(curl) elements.
Beta Was this translation helpful? Give feedback.
All reactions