Releases: hpc-maths/samurai
Releases · hpc-maths/samurai
v0.8.0
v0.7.0
0.7.0 (2023-10-09)
Features
- add cell_in in functionBC (#121) (d6fcdc9)
- Add direction on bc function (#131) (2d9ae52)
- add Field_tuple (#116) (308abad)
- Add precision (float-->double) in XDMF files (#119) (3187d1e)
- add the possibility to change the field name (#111) (20a0e79)
- heat N-D (#118) (c45c059)
- linear heterogeneous fluxes (#126) (bfefd3d)
- new flux-based schemes (#117) (1508453)
- non-linear cell schemes (#130) (08a95af)
- non-linear fluxes (#123) (25431d0)
- remove field object from operators (#124) (8c11e00)
- remove small entries in
prediction_map
(#115) (f0302a7)
Bug Fixes
- BC function receives boundary coordinates (#122) (2b47dd7)
- extract_mesh (#110) (3c2c05e)
- Fix transfer() function for vectorial fields (#128) (5c58983)
- heat + ghost elimination (#112) (5e43087)
- index for upwind variable scheme to recover i/j symmetry (#120) (48d7e58)
- missing coefficient for Neumann BC (#114) (b3de2cb)
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.1
Release 0.1.0
feat: conventional-commit (#78) Add the conventional-commit process meaning that the PR title must follow the rules described in https://www.conventionalcommits.org. Add the release-please github action which bumps the version.txt file and updates the CHANGELOG.md and creates a PR with these changes. *Note*: release-please needs a token to trigger other github actions. We don't do that and if we call the process two times, the release will be created at the end.