Releases: hpc-maths/ponio
Releases · hpc-maths/ponio
v0.4.0
0.4.0 (2025-10-24)
Features
- adaptive time step for Strang splitting method (#53) (07e9c98)
- add adaptive time step for samurai and ROCK (#54) (0eb5e33)
- add ESDIRK (5,4) a from Kvaerno 2004 (#89) (9b88dff)
- add informations on time interation in time_iterator (#59) (6a237f3)
- add interface for user to provide an algorithm (#66) (ea4bc79)
- add option to build ponio offline (#79) (5bf910f)
- add PIROCK with 3 operators (#65) (4a2e4a6)
- add RKL method (#72) (9172f47)
- add some SDIRK methods (#71) (5c05dfa)
- Add two Butcher tableaus (#74) (3d1804a)
- change default build to -DBUILD_OFFLINE (#80) (c1a5744)
- change samurai version in examples (#86) (10ed306)
- improve adaptive Strang method with estimate of Lipschitz constant (#83) (b9e56fa)
- improve CI, doc and tests (#55) (79078e5)
- improve PIROCK adaptive time step method (#76) (19760e7)
Bug Fixes
- change iteration_info interface on algorithms (#70) (f988bc7)
- change version of release-please and add token (#64) (d183ae5)
- embedded ROCK4 (#69) (7982712)
- fix DIRK methods with samurai (#88) (be7bce9)
- fix midnight CI (#56) (783da0a)
- fix pixi version for pages (#87) (df2c48d)
- remove brackets and fix coefficients (#85) (dbff331)
- remove const for samurai solver (#82) (99a1398)
- remove first iteration with time_step equals to zero (#57) (15d096c)
- remove warning and error of compilation with NonLinearLocalSolvers (#61) (f438db5)
- restore version because unrelease v0.3.0 (#63) (17a1b6f)
- Shampine's trick with samurai (#52) (5981006)