stardis-solver

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

commit 381a8f39f14bd11052935113a4f8cf0edfda53f1
parent 11280abf14e8694b0b8cd160a88f8b6faec6cdd7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 14 Nov 2019 15:17:40 +0100

Merge branch 'release_0.8.1' into develop

Diffstat:
MREADME.md | 6++++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -25,6 +25,12 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.8.1 + +- Fix a solver issue that led to reject valid sampled paths. +- Bump the version of the Star-Enclosure[2D] libraries to 0.4.2. These versions + fix a numerical issue that might led to an infinite loop at the scene creation. + ### Version 0.8 - Drastically improve the robustness of the solver~: far less realisations are diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -56,7 +56,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D StarSP StarEnc StarEnc2D) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 8) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SDIS_FILES_SRC