Releases: hpc-maths/samurai
Releases · hpc-maths/samurai
v0.22.0
0.22.0 (2025-03-06)
Features
Bug Fixes
Performance Improvements
v0.21.0
0.21.0 (2025-01-26)
Features
Bug Fixes
v0.19.0
0.19.0 (2024-12-17)
Features
Bug Fixes
Performance Improvements
v0.18.0
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.16.0
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
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
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)