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
RectilinearGrid2D, RectilinearGrid3D - optimized grid defined by x, y, and z coordinate vectors
UniformGrid2D, UniformGrid3D - optimized grid for uniformity
Breaking changes
Removal of convenience constructors like rectlinear_grid due to the new optimized types and expanded constructors. Just use the type constructors instead now,