solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit b53e8da9b5584cf37078449c9a53b28bbbe57e0c
parent e9adb229f742c042362ec93703a81867cfe9bde6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sat, 16 Sep 2017 15:13:30 +0200

Merge branch 'release_0.4' into develop

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

diff --git a/README.md b/README.md @@ -26,6 +26,15 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.4 + +- Add the `SSOL_PATH_ERROR` type used for the paths that travel unforeseen + mediums. +- Fix the cosine factor estimation that did not take into account the + shadowed realisations. +- Ensure the energy conservation property for dielectric materials. Previously, + some energy was lost even for dielectric materials with no absorption. + ### Version 0.3 - Full rewrite of the estimated values. The global results report the cosine diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -50,7 +50,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D Star3DUT StarCPR StarSF Sta # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 3) +set(VERSION_MINOR 4) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})