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
The vertices' coordinates are calculated one-by-one, which is very slow. It could be sped up by stacking the vertices' multigrid coordinates into a single 2D array and then performing the matrix multiplication.
The vertices' coordinates are calculated one-by-one, which is very slow. It could be sped up by stacking the vertices' multigrid coordinates into a single 2D array and then performing the matrix multiplication.