stardis-solver

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

commit ef3c5a7aa375d6a036854b7bc9d0feb3a00ebafc
parent 6e562ca2c14e3a2270c836d41ec03c64ff7e50c1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 27 Nov 2019 12:09:52 +0100

Write the 0.8.2 release note

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

diff --git a/README.md b/README.md @@ -25,6 +25,15 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.8.2 + +- Fix an issue when the `sdis_solve_boundary_flux` function was invoked on a + boundary with radiative transfer: several sampled paths were rejected due to + data inconsistencies. +- Fix a memory leak when the scene creation failed. +- Enable parallelism on Star-Enclosure[2D] to improve the performances of the + enclosure extraction on the setup of the Stardis scene. + ### Version 0.8.1 - Fix a solver issue that led to reject valid sampled paths.