You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: N1curl/N2curl result is not necessarily wrong. We need a complete polynomial space for point evaluation to give an the naively expected result. A plane in R^3 (at z=0) with N1curl (degree 2), N2curl (degree 1) BDM (degree 1), RT (degree 2) should all give us the answer we expect in the test above.
Describe the bug
Point evaluation fails to get the expected answer when using an immersed sphere with certain function spaces:
I get the same result if I interpolate onto a vertex-only mesh (see #3068).
If I switch to
N1div
orN2div
I getloopy.diagnostic.TypeInferenceFailure: name not known in type inference: cell_orientations
when usingf.at(point)
.With vertex-only mesh interpolation, I raise this runtime error
firedrake/firedrake/mesh.py
Line 2313 in 35f2b3c
when target mesh cell orientations are requested
firedrake/firedrake/interpolation.py
Line 960 in 35f2b3c
despite them being set in the script.
Expected behavior
Either the correct answer or a
NotImplementedError
Error message
See above.
Environment:
firedrake-status
firedrake-status
for VertexOnlyMesh investigations:The text was updated successfully, but these errors were encountered: