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
Create a O( N ln N ) search algorithm for creating a global list of vertices for the DMPlex, where N is the number of vertices in the mesh. At present the search algorithm from #1 is O(N^2).
Create a O( N ln N ) search algorithm for creating a global list of vertices for the DMPlex, where N is the number of vertices in the mesh. At present the search algorithm from #1 is O(N^2).