v0.8.0
CurvilinearGrids v0.8.0
- Add new grid types with optimized storage:
RectilinearGrid2D,RectilinearGrid3D- optimized grid defined by x, y, and z coordinate vectorsUniformGrid2D,UniformGrid3D- optimized grid for uniformity
Breaking changes
- Removal of convenience constructors like
rectlinear_griddue to the new optimized types and expanded constructors. Just use the type constructors instead now,
Merged pull requests: