Skip to content

Releases: hpc-maths/samurai

v0.21.1

06 Feb 09:31
29798bd
Compare
Choose a tag to compare

0.21.1 (2025-02-06)

Bug Fixes

v0.21.0

26 Jan 19:33
2000714
Compare
Choose a tag to compare

0.21.0 (2025-01-26)

Features

  • find cell from cartesian coordinates (#259) (2432537)

Bug Fixes

v0.20.0

10 Jan 09:35
b894b8a
Compare
Choose a tag to compare

0.20.0 (2025-01-10)

Features

v0.19.0

17 Dec 17:56
b35332c
Compare
Choose a tag to compare

0.19.0 (2024-12-17)

Features

Bug Fixes

Performance Improvements

v0.18.0

20 Nov 08:09
483c44d
Compare
Choose a tag to compare

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)

v0.17.0

10 Sep 14:32
23ed4a9
Compare
Choose a tag to compare

0.17.0 (2024-09-10)

Features

v0.16.0

18 Jun 08:31
c221112
Compare
Choose a tag to compare

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)

v0.15.0

12 Jun 09:56
2ed8442
Compare
Choose a tag to compare

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)

v0.14.0

23 May 08:10
88c1753
Compare
Choose a tag to compare

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)

v0.13.0

06 May 12:04
cdd5efc
Compare
Choose a tag to compare

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)