-
Notifications
You must be signed in to change notification settings - Fork 93
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
Field dim is not necessarily spatial dim #616
Comments
Similar for the other dimensions. Reference element dimension is not necessarily spatial dimension and field dimension is also decoupled from vectorization dimension of scalar valued basis functions. E.g. Nedelec has field dimension D, but only one basis function, wheras vectorized Lagrange has field dimension D with D basis functions per entity. |
Not fully fixed yet. This code still fails
because the embedded values was mostly about getting Edit 1: Marked the remaining fix as a good first issue. Basically we have to mirror the functionality of the new Edit2: New interface. |
When creating
*VectorValues
it is assumed that the field has the same dimensions as the spatial ones, which is not always the case, e.g. when evaluating gradient fieldsThe text was updated successfully, but these errors were encountered: