Skip to content

Latest commit

 

History

History
261 lines (147 loc) · 20.2 KB

CHANGELOG.md

File metadata and controls

261 lines (147 loc) · 20.2 KB

Changelog

0.18.0 (2024-11-20)

Features

Bug Fixes

  • BC no longer required to assemble the matrix of a local scheme (#231) (2080c00)
  • fill corners on uniform meshes (#234) (59d81b1)
  • fix block sizes for nested matrices (#233) (142be77)
  • fmt usage with version 11 (#226) (b3902b0)
  • The matrix size is set upon calling assembly.set_unknowns(...). (#227) (5d324de)

Performance Improvements

  • update_ghost_mr() performance improved on uniform meshes (#230) (2596ba7)

0.17.0 (2024-09-10)

Features

0.16.0 (2024-06-18)

Bug Fixes

  • Fix compilation error on Get (#215) (d855db0)
  • Fix some minor issues in the flux-based schemes (#217) (c15b06d)

0.15.0 (2024-06-12)

Bug Fixes

  • create missing prediction cells outside the subdomain (#212) (fa693e0)
  • Fix flux-based schemes for MPI (#209) (768a5f4)
  • issue with get_cell function in LevelCellArray when dim > 2. (#211) (f5fe326)
  • keep_only_one_coarse_tag function (#210) (d90957a)

0.14.0 (2024-05-23)

Features

  • Jacobian matrix for the flux-based operators (#202) (95c2877)
  • OpenMP for independent Newton solvers (#201) (712a490)

Bug Fixes

  • add fmt:: prefix to function format_to (#204) (2b665ac)
  • fix row_shift and col_shift for monolithic assembly of an operator sum (#205) (f44995f)

0.13.0 (2024-05-06)

Features

  • Block matrix improvements (#198) (7b7c690)
  • Diffusion operator with different coefficient by field component (#194) (0a53b5e)

Bug Fixes

Performance Improvements

  • change of FluxValue<cfg> structure (#186) (b1b8bf2)
  • Vectorization of linear homogeneous operators (#182) (153b2f2)

0.12.0 (2024-04-06)

Features

  • multi resolution adaptation (#171) (60d5892)
  • the direction provided in the boundary conditions (#183) (8bcb601)

Performance Improvements

  • Add MR ghosts only if level_min != level_max (#185) (57d5b73)
  • dynamic regions in extrapolation (#184) (16eef37)

0.11.0 (2024-03-20)

Features

Bug Fixes

0.10.0 (2024-02-29)

Features

Bug Fixes

  • cell array instead of cell xtensor for the stencil of non-linear cell-based schemes (#156) (2487af3)
  • Fix flux-based schemes with unsymmetric stencil (#157) (697cca6)
  • Fix operators for time integration (#154) (7993525)
  • fixing (almost) all warnings triggered when compiling tests & demos (#163) (246ebcb)
  • right shift on interval (#169) (67f84e1)
  • simplifies, fixes and documents left and right shift of Interval (#172) (db8ce1c)

0.9.0 (2023-11-15)

Features

Bug Fixes

0.8.0 (2023-10-19)

Features

0.7.0 (2023-10-09)

Features

Bug Fixes

0.6.0 (2023-07-09)

Features

Bug Fixes

0.5.0 (2023-07-05)

Features

0.4.0 (2023-07-03)

Features

Bug Fixes

0.3.0 (2023-05-22)

Features

Bug Fixes

0.2.0 (2023-04-22)

Features

  • convergence order computation (#83) (50d8419)
  • unification of the boundary conditions (#82) (647c314)

Bug Fixes

0.1.1 (2023-04-18)

Bug Fixes

  • set a name for check-pr-title action (#80) (7e72642)