stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit 146c460d8631abea448e65e22a3d3bca1873efae
parent eefe5357073d05f2c8d653070059f84ac259375e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  3 Jul 2019 16:14:52 +0200

Write the 0.8 release note

Diffstat:
MREADME.md | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -25,6 +25,19 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.8 + +- Drastically improve the robustness of the solver~: far less realisations are + now rejected. +- Add the estimation of the time spent per realisation estimate. Add the + `sdis_estimator_get_realisation_time` function that returns this estimate. +- Add the `sdis_estimator_buffer` API~: it manages a two dimensional array of + regular estimators and provides global estimations over the whole estimators + saved into the buffer. +- Update the signature of the `sdis_solve_camera` function~: it now returns a + `sdis_estimator_buffer`. It now also supports time integration as well as + heat paths registration. + ### Version 0.7 #### Add Green function support