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
We currently rely on the number of face vertices to determine the face type, it would be better practice to rely on a type returned from the ElementFaceAccessor::face_vertices method.
We currently rely on the number of face vertices to determine the face type, it would be better practice to rely on a type returned from the
ElementFaceAccessor::face_verticesmethod.