Skip to content

Releases: hpc-maths/samurai

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)

v0.12.0

06 Apr 10:26
6b1d555
Compare
Choose a tag to compare

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)

v0.11.0

20 Mar 15:27
f508e20
Compare
Choose a tag to compare

0.11.0 (2024-03-20)

Features

Bug Fixes

v0.10.0

29 Feb 05:38
9699981
Compare
Choose a tag to compare

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)

v0.9.0

15 Nov 20:06
cd7101b
Compare
Choose a tag to compare

0.9.0 (2023-11-15)

Features

Bug Fixes

v0.8.0

19 Oct 08:07
d795e30
Compare
Choose a tag to compare

0.8.0 (2023-10-19)

Features