-
Notifications
You must be signed in to change notification settings - Fork 82
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
Interpolator with ElementVector #973
Comments
This should be fixed first: basis.probes(np.array([[0], [0]])) which leads to the same error. |
Obviously fixing this requires detection of the tensorial order of the field. This is kind of already done in Nevertheless, fixing this requires some thorough thinking how |
Another option is to use |
works, but
doesn't.
The text was updated successfully, but these errors were encountered: