stardis-solver

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

commit 0b5c33d26dd646299db5fa76bf9b96e6ccac39e0
parent 7c3bcd6a15ebe09c469ede18a18c9e504a4972c1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  2 Oct 2020 10:12:41 +0200

Merge branch 'release_0.10.1' into develop

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

diff --git a/README.md b/README.md @@ -25,6 +25,18 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.10.1 + +- In green function estimation, the time sent to the user callbacks is no more + the elapsed time from the beginning of the realisation: as in a regular + computation, it is now the observation time. +- Fix the flux computation for boundaries with an imposed flux: it was + previously ignored. The new `sdis_estimator_get_imposed_flux` function + returns this estimated flux component. +- Return an error if the flux is computed at a boundary whose temperature is + known: this configuration is not currently supported. +- Fix build with the CL compiler. + ### Version 0.10 - Add support of green function [de]serialization. The diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -57,7 +57,7 @@ rcmake_append_runtime_dirs(_runtime_dirs ############################################################################### set(VERSION_MAJOR 0) set(VERSION_MINOR 10) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SDIS_FILES_SRC