commit ee1eaa9fe17206f04a559a05cb7c5387cc57d26a parent b213b9a0bdd9bcf8dbc0ebad6fb11c68859d2b28 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 20 Apr 2018 12:30:20 +0200 Write the 0.8 release note Diffstat:
| M | README.md | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -60,6 +60,22 @@ informations on CMake. ## Release notes +### Version 0.8 + +Add the support of per-triangle absorbed flux density. The `per_primitive` +attribute of the receiver file format controls which flux densities to output +for each triangle of a receiver. Its value can be: + +- `NONE`: no per-triangle flux density is computed, i.e. no receiver map is + output for the receiver. It was the comportment of the previous version of + Solstice when the `per_primitive` flag was undefined or was set to 0. +- `INCOMING`: output the estimate of the per-triangle incoming flux density. + It was the comportment of the previous version of Solstice when the + `per_primitive` flag was set to 1. +- `ABSORBED`: output the estimate of the per-triangle absorbed flux density. +- `INCOMING_AND_ABSORBED`: output both the estimates of incoming and absorbed + flux density for each triangle of the receiver. + ### Version 0.7.1 - Replace the `roughness` parameter of the mirror material by the