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
Forgot to update topology. We also do not have test coverage on this. Problem is that face_npoints is not dispatched (and will require adaption to the new interface. Maybe something like face_npoints(c::Cell,i::Int) = length(faces(c)[i]) is sufficient for all cells.
The text was updated successfully, but these errors were encountered:
Forgot to update topology. We also do not have test coverage on this. Problem is that
face_npoints
is not dispatched (and will require adaption to the new interface. Maybe something likeface_npoints(c::Cell,i::Int) = length(faces(c)[i])
is sufficient for all cells.The text was updated successfully, but these errors were encountered: