-
Notifications
You must be signed in to change notification settings - Fork 95
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
Vector interpolations in 3 spatial dimensions #1159
Comments
Not sure when I will get around to implement more interpolations, is a bit depending on if I will need them myself I guess. But hopefully with the how-to devdocs in the workings (#1140) it should be easier to extend it yourself: https://ferrite-fem.github.io/Ferrite.jl/previews/PR1140/devdocs/interpolations/#devdocs-interpolations |
Thanks for the quick reply. If there is sufficient documentation then I'd be more than happy to give it a go myself. I'll dive into it if I have some time, and post the progress here. |
Yes, there might be for sure be, but if you try and hit some just ask (here, or on slack in |
After some reading and playing around, I managed to get something that at least passes the unit tests: gijswl@321ff6d, but I'm not yet convinced everything is correct. Any chance you could check to see if it looks reasonable? During the process of implementing it, I ran into the following:
It would be nice if there is also an example of a |
Nice!
Not sure if we should do something here - it could be other ordering in other references. But if we can clarify the ordering somehow suggestions are welcome!
Yes, I'm thinking if we should remove those defaults, as it easily leads to errors when implementing (but at least now it should be caught by the tests)
That would be a good addition! Have to think a bit though about the test case. You can also open this as PR, then it is easier to comment directly on the code! |
Hi all, I hope that opening an issue here is the right way to express my interest & get my question out there.
I see that support for H(curl) and H(div) interpolations is being added into Ferrite right now. I'd like to use these to (try to) implement a magnetoquasistatic FEM (e.g. using an$A$ - or $A-\phi$ formulation) in 3D. Currently, however, the vector interpolations are only implemented for two-dimensional reference elements. Some necessary boundary conditions, etc. also seem to be under heavy development by @KnutAM .
When do you expect everything to be stable enough to attempt using Ferrite for this purpose?
I am, unfortunately, not familiar enough with the internals to define my own vector interpolations on
RefTetrahedron
s.Looking forward, thanks!
Gijs
The text was updated successfully, but these errors were encountered: