Skip to content

0.35.0 - 2023-02-10

Compare
Choose a tag to compare
@wdeconinck wdeconinck released this 05 Oct 11:55
· 175 commits to develop since this release

Added

  • Add accessors for the GridBox class (MIR-632)
  • Add FunctionSpace::partition() field
  • Add configurable MPI communicator to data structures (#131)
  • Add single precision support for fvm::Nabla
  • Implement PointCloud parallel construction with halo_radius

Fixed

  • Fix StructuredMeshGenerator for Gaussian grids that don't start at 0 degrees (ATLAS-375)
  • Remove functionspace::Spectral via Trans initialisation (fixes #153)
  • Enable MeshBuilder to set up the Grid (#152)
  • Fix use of cmake option ATLAS_ENABLE_TRANS as in a bundle

Changed

  • Cleanup long-standing temporary element types. API change but with deprecated old API
  • Deprecated rename Mesh::nb_partitions -> Mesh::nb_parts
  • Implement Delaunay triangulation using Qhull instead of CGAL but CGAL can still be enabled instead for now