Interpolation Trait System #863
termi-official
started this conversation in
Ideas
Replies: 1 comment
-
Would be useful for #867 which currently (but wrong after 798) uses |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With #798 we are working our way towards more complex interpolation spaces (thanks again for working on this Knut!).
However, these function spaces break some internal assumptions and the come with some naming issues, e.g. Hcurl and Hdiv spaces are technically discontinuous, but are treated in a different way than L2 spaces, for which we introduced the "is_discontinuous" helpers.
My idea to handle this in an extensible way is to introduce a trait system. The 3 most important traits which I see for now are
We could add more traits on demand as we start to add support for more interpolation spaces.
Beta Was this translation helpful? Give feedback.
All reactions